COLOR #06102A

HEX: #06102A RGB: (6,16,42)

Color info

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

RGB color model

#06102A color RGB value is (6,16,42).

RGB: (6,16,42) (2%, 6%, 16%)

RGB channels and saturation

R 6 of 255 = 2%
G 16 of 255 = 6%
B 42 of 255 = 16%

6
16
42

R + G + B ~ 8%. #06102A is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 16 + 42 = 64 (100%)
R 6 of 64 ~ 9.38%
G 16 of 64 ~ 25%
B 42 of 64 ~ 65.63'%

%25
%65.63

CMYK color model

#06102A color CMYK value is (86,62,0,84).

  • cyan value is 85.71%
  • magenta value is 61.90%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (86,62,0,84)
C86M62Y0K84 (86%, 62%, 0%, 84%)
(0.86 / 0.62 / 0.00 / 0.84)

CMYK percentages

%85.71
%61.9
%0
%83.53

Codes

Color #06102A in popluar color models

06 10 2A
RGB 6 16 42
HSL 223° 75.00% 9.41%
HSB/HSV 223° 85.71% 16.47%
CMYK 85.71% 61.90% 0.00%
83.53%

Color #06102A in popluar number systems.

HEX 06 10 2A
Decimal 6 16 42
Binary 110 10000 101010
Octal 6 20 52

Shades and tints

Shades of #06102A

#06102A
(6,16,42)
#060F27
(6,15,39)
#060E24
(6,14,36)
#060D21
(6,13,33)
#060C1E
(6,12,30)
#060B1B
(6,11,27)
#060A18
(6,10,24)
#060915
(6,9,21)
#060812
(6,8,18)
#06070F
(6,7,15)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #06102A

#06102A
(6,16,42)
#1C253D
(28,37,61)
#323A50
(50,58,80)
#484F63
(72,79,99)
#5E6476
(94,100,118)
#747989
(116,121,137)
#8A8E9C
(138,142,156)
#A0A3AF
(160,163,175)
#B6B8C2
(182,184,194)
#CCCDD5
(204,205,213)
#E2E2E8
(226,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06102A color. Also use rgb(6,16,42) instead hex code.

Text Font Color

.myTextColor { color: #06102A; }

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

This text font color is #06102A.

Background Color

.myBgColor { background-color: #06102A; }

<div style="background-color:#06102A">Inner text</div>

This div background color is #06102A.

Border color

.myBorderColor { border: 1px solid #06102A; }

<div style="border:3px solid #06102A">Div</div>

This div border color is #06102A.

Opacity

.myOpacity80 { color: #06102A; opacity: 0.8; }

<p style="color:#06102A;opacity:0.8;">80%</p>

Text with #06102A 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 #06102A;}

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

This text has shadow with #06102A color.


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

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

This text has shadow with #06102A primary color and red secondary color.


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

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

This text has shadow with #06102A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #06102A.

Preview

Color preview on black background

This text has color #06102A on black background.


Color preview on white background

This text has color #06102A on white background.


Black color preview on #06102A background

This text has black color on #06102A background.


White color preview on #06102A background

This text has white color on #06102A background.


Related colors

Complementary color

Complementary color for #hex is #F9EFD5.


I love getcolorcode.com

Triadic colors

1 #2A0610 and #102A06 with #06102A are triadic colors.

2 #2A1006 and #10062A with #06102A are triadic colors.