COLOR #060C02

HEX: #060C02 RGB: (6,12,2)

Color info

#060C02 contains red, green and blue colors in about the same proportion. Web safe color of #060C02 is #000000 (or #000).

RGB color model

#060C02 color RGB value is (6,12,2).

RGB: (6,12,2) (2%, 5%, 1%)

RGB channels and saturation

R 6 of 255 = 2%
G 12 of 255 = 5%
B 2 of 255 = 1%

6
12
2

R + G + B ~ 3%. #060C02 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 12 + 2 = 20 (100%)
R 6 of 20 ~ 30%
G 12 of 20 ~ 60%
B 2 of 20 ~ 10'%

%30
%60

CMYK color model

#060C02 color CMYK value is (50,0,83,95).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 95.29%

CMYK: (50,0,83,95)
C50M0Y83K95 (50%, 0%, 83%, 95%)
(0.50 / 0.00 / 0.83 / 0.95)

CMYK percentages

%50
%0
%83.33
%95.29

Codes

Color #060C02 in popluar color models

06 0C 02
RGB 6 12 2
HSL 96° 71.43% 2.75%
HSB/HSV 96° 83.33% 4.71%
CMYK 50.00% 0.00% 83.33%
95.29%

Color #060C02 in popluar number systems.

HEX 06 0C 02
Decimal 6 12 2
Binary 110 1100 10
Octal 6 14 2

Shades and tints

Shades of #060C02

#060C02
(6,12,2)
#060B02
(6,11,2)
#060A02
(6,10,2)
#060902
(6,9,2)
#060802
(6,8,2)
#060702
(6,7,2)
#060602
(6,6,2)
#060502
(6,5,2)
#060402
(6,4,2)
#060302
(6,3,2)
#060202
(6,2,2)
#000000
(0,0,0)

Tints of #060C02

#060C02
(6,12,2)
#1C2219
(28,34,25)
#323830
(50,56,48)
#484E47
(72,78,71)
#5E645E
(94,100,94)
#747A75
(116,122,117)
#8A908C
(138,144,140)
#A0A6A3
(160,166,163)
#B6BCBA
(182,188,186)
#CCD2D1
(204,210,209)
#E2E8E8
(226,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060C02; }

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

This text font color is #060C02.

Background Color

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

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

This div background color is #060C02.

Border color

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

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

This div border color is #060C02.

Opacity

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

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

Text with #060C02 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 #060C02;}

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

This text has shadow with #060C02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060C02.

Preview

Color preview on black background

This text has color #060C02 on black background.


Color preview on white background

This text has color #060C02 on white background.


Black color preview on #060C02 background

This text has black color on #060C02 background.


White color preview on #060C02 background

This text has white color on #060C02 background.


Related colors

Complementary color

Complementary color for #hex is #F9F3FD.


I love getcolorcode.com

Triadic colors

1 #02060C and #0C0206 with #060C02 are triadic colors.

2 #020C06 and #0C0602 with #060C02 are triadic colors.