COLOR #06223A

HEX: #06223A RGB: (6,34,58)

Color info

#06223A contains red, green and blue colors in about the same proportion. Web safe color of #06223A is #003333 (or #033).

RGB color model

#06223A color RGB value is (6,34,58).

RGB: (6,34,58) (2%, 13%, 23%)

RGB channels and saturation

R 6 of 255 = 2%
G 34 of 255 = 13%
B 58 of 255 = 23%

6
34
58

R + G + B ~ 13%. #06223A is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 34 + 58 = 98 (100%)
R 6 of 98 ~ 6.12%
G 34 of 98 ~ 34.69%
B 58 of 98 ~ 59.18'%

%34.69
%59.18

CMYK color model

#06223A color CMYK value is (90,41,0,77).

  • cyan value is 89.66%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (90,41,0,77)
C90M41Y0K77 (90%, 41%, 0%, 77%)
(0.90 / 0.41 / 0.00 / 0.77)

CMYK percentages

%89.66
%41.38
%0
%77.25

Codes

Color #06223A in popluar color models

06 22 3A
RGB 6 34 58
HSL 208° 81.25% 12.55%
HSB/HSV 208° 89.66% 22.75%
CMYK 89.66% 41.38% 0.00%
77.25%

Color #06223A in popluar number systems.

HEX 06 22 3A
Decimal 6 34 58
Binary 110 100010 111010
Octal 6 42 72

Shades and tints

Shades of #06223A

#06223A
(6,34,58)
#061F35
(6,31,53)
#061C30
(6,28,48)
#06192B
(6,25,43)
#061626
(6,22,38)
#061321
(6,19,33)
#06101C
(6,16,28)
#060D17
(6,13,23)
#060A12
(6,10,18)
#06070D
(6,7,13)
#060408
(6,4,8)
#000000
(0,0,0)

Tints of #06223A

#06223A
(6,34,58)
#1C364B
(28,54,75)
#324A5C
(50,74,92)
#485E6D
(72,94,109)
#5E727E
(94,114,126)
#74868F
(116,134,143)
#8A9AA0
(138,154,160)
#A0AEB1
(160,174,177)
#B6C2C2
(182,194,194)
#CCD6D3
(204,214,211)
#E2EAE4
(226,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06223A color. Also use rgb(6,34,58) instead hex code.

Text Font Color

.myTextColor { color: #06223A; }

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

This text font color is #06223A.

Background Color

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

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

This div background color is #06223A.

Border color

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

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

This div border color is #06223A.

Opacity

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

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

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

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

This text has shadow with #06223A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06223A.

Preview

Color preview on black background

This text has color #06223A on black background.


Color preview on white background

This text has color #06223A on white background.


Black color preview on #06223A background

This text has black color on #06223A background.


White color preview on #06223A background

This text has white color on #06223A background.


Related colors

Complementary color

Complementary color for #hex is #F9DDC5.


I love getcolorcode.com

Triadic colors

1 #3A0622 and #223A06 with #06223A are triadic colors.

2 #3A2206 and #22063A with #06223A are triadic colors.