COLOR #060C15

HEX: #060C15
RGB: (6,12,21)

Renk bilgisi

#060C15 contains red, green and blue colors in about the same proportion. #060C15 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#060C15 color RGB value is (6,12,21).

  • kırmız ton 6;
  • yeşil ton 12;
  • mavi ton 21.
RGB:
(6,12,21)
(2%,5%,8%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 12 of 255 = 5%
B 21 of 255 = 8%

6
12
21

R + G + B ~ 5%. #060C15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 12 + 21 = 39 (100%)
R 6 of 39 ~ 15.38%
G 12 of 39 ~ 30.77%
B 21 of 39 ~ 53.85%

%15.38
%30.77
%53.85

CMYK RENK MODELİ

#060C15 rengi CMYK tonu (71,43,0,92).

  • camgöbeği tonu 71.43%
  • eflatun tonu 42.86%
  • sarı tonu 0.00%
  • ana renk tonu 91.76%
CMYK:
(71,43,0,92)
C71M43Y0K92 
(71%,43%,0%,92%)
(0.71/0.43/0.00/0.92)	

CMYK yüzdeleri

%71.43
%42.86
%0
%91.76

Codes

Color #060C15 in popluar color models

060C15
RGB61221
HSL216°55.56%5.29%
HSB/HSV216°71.43%8.24%
CMYK71.43%42.86%0.00%
91.76%

Color #060C15 in popluar number systems.

HEX060C15
Decimal61221
Binary110110010101
Octal61425

Shades and tints

Shades of #060C15

#060C15
(6,12,21)
#060B14
(6,11,20)
#060A13
(6,10,19)
#060912
(6,9,18)
#060811
(6,8,17)
#060710
(6,7,16)
#06060F
(6,6,15)
#06050E
(6,5,14)
#06040D
(6,4,13)
#06030C
(6,3,12)
#06020B
(6,2,11)
#000000
(0,0,0)

Tints of #060C15

#060C15
(6,12,21)
#1C222A
(28,34,42)
#32383F
(50,56,63)
#484E54
(72,78,84)
#5E6469
(94,100,105)
#747A7E
(116,122,126)
#8A9093
(138,144,147)
#A0A6A8
(160,166,168)
#B6BCBD
(182,188,189)
#CCD2D2
(204,210,210)
#E2E8E7
(226,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060C15 color. Also use rgb(6,12,21) instead hex code.

Text Font Color

.myTextColor { color: #060C15; }

<p style="color:#060C15">This sample text font color is #060C15.</p>

This text font color is #060C15.


Background Color

.myBgColor { background-color: #060C15; }

<div style="background-color:#060C15">Inner text</div>

This div background color is #060C15.


Border color

.myBorderColor { border: 1px solid #060C15; }

<div style="border:3px solid #060C15">Div</div>

This div border color is #060C15.


Opacity

.myOpacity80 { color: #060C15; opacity: 0.8; }

<p style="color:#060C15;opacity:0.8;">80%</p>

Text with #060C15 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #060C15;}

<p style="text-shadow: 3px 3px 1px #060C15">Text here.</p>

This text has shadow with #060C15 color.

.textShadow {text-shadow: 3px 3px 1px #060C15, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #060C15, 5px 5px 20px red">Text here.</p>

This text has shadow with #060C15 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#060C15, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#060C15, Direction=45, Strength=4)">Text</p>

This text has shadow with #060C15 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #060C15;
  -webkit-box-shadow:	1px 1px 3px 2px #060C15;
  box-shadow:		1px 1px 3px 2px #060C15;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #060C15;
-webkit-box-shadow: 1px 1px 3px 2px #060C15;
box-shadow:1px 1px 3px 2px #060C15;">
Div content here</div>
This div box has shadow with color #060C15.

Preview

Color preview on black background

This text has color #060C15 on black background.


Color preview on white background

This text has color #060C15 on white background.



Black color preview on #060C15 background

This text has black color on #060C15 background.


White color preview on #060C15 background

This text has white color on #060C15 background.