COLOR #060A28

HEX: #060A28 RGB: (6,10,40)

Color info

#060A28 contains red, green and blue colors in about the same proportion. Web safe color of #060A28 is #000033 (or #003).

RGB color model

#060A28 color RGB value is (6,10,40).

RGB: (6,10,40) (2%, 4%, 16%)

RGB channels and saturation

R 6 of 255 = 2%
G 10 of 255 = 4%
B 40 of 255 = 16%

6
10
40

R + G + B ~ 7%. #060A28 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 10 + 40 = 56 (100%)
R 6 of 56 ~ 10.71%
G 10 of 56 ~ 17.86%
B 40 of 56 ~ 71.43'%

%10.71
%17.86
%71.43

CMYK color model

#060A28 color CMYK value is (85,75,0,84).

  • cyan value is 85.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK: (85,75,0,84) C85M75Y0K84 (85%,75%,0%,84%) (0.85/0.75/0.00/0.84) 

CMYK percentages

%85
%75
%0
%84.31

Codes

Color #060A28 in popluar color models

06 0A 28
RGB 6 10 40
HSL 233° 73.91% 9.02%
HSB/HSV 233° 85.00% 15.69%
CMYK 85.00% 75.00% 0.00%
84.31%

Color #060A28 in popluar number systems.

HEX 06 0A 28
Decimal 6 10 40
Binary 110 1010 101000
Octal 6 12 50

Shades and tints

Shades of #060A28

#060A28
(6,10,40)
#060A25
(6,10,37)
#060A22
(6,10,34)
#060A1F
(6,10,31)
#060A1C
(6,10,28)
#060A19
(6,10,25)
#060A16
(6,10,22)
#060A13
(6,10,19)
#060A10
(6,10,16)
#060A0D
(6,10,13)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #060A28

#060A28
(6,10,40)
#1C203B
(28,32,59)
#32364E
(50,54,78)
#484C61
(72,76,97)
#5E6274
(94,98,116)
#747887
(116,120,135)
#8A8E9A
(138,142,154)
#A0A4AD
(160,164,173)
#B6BAC0
(182,186,192)
#CCD0D3
(204,208,211)
#E2E6E6
(226,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060A28 color. Also use rgb(6,10,40) instead hex code.

Text Font Color

.myTextColor { color: #060A28; }

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

This text font color is #060A28.

Background Color

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

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

This div background color is #060A28.

Border color

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

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

This div border color is #060A28.

Opacity

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

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

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

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

This text has shadow with #060A28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060A28.

Preview

Color preview on black background

This text has color #060A28 on black background.


Color preview on white background

This text has color #060A28 on white background.


Black color preview on #060A28 background

This text has black color on #060A28 background.


White color preview on #060A28 background

This text has white color on #060A28 background.


Related colors

Complementary color

Complementary color for #hex is #F9F5D7.


I love getcolorcode.com

Triadic colors

1 #28060A and #0A2806 with #060A28 are triadic colors.

2 #280A06 and #0A0628 with #060A28 are triadic colors.