COLOR #06222A

HEX: #06222A
RGB: (6,34,42)

Color info

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

RGB color model

#06222A color RGB value is (6,34,42).

  • red value is 6;
  • green value is 34;
  • blue value is 42.
RGB:
(6,34,42)
(2%,13%,16%)

RGB channels and saturation

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

6
34
42

R + G + B ~ 10%. #06222A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 34 + 42 = 82 (100%)
R 6 of 82 ~ 7.32%
G 34 of 82 ~ 41.46%
B 42 of 82 ~ 51.22%

%41.46
%51.22

CMYK color model

#06222A color CMYK value is (86,19,0,84).

  • cyan value is 85.71%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(86,19,0,84)
C86M19Y0K84 
(86%,19%,0%,84%)
(0.86/0.19/0.00/0.84)	

CMYK percentages

%85.71
%19.05
%0
%83.53

Codes

Color #06222A in popluar color models

06222A
RGB63442
HSL193°75.00%9.41%
HSB/HSV193°85.71%16.47%
CMYK85.71%19.05%0.00%
83.53%

Color #06222A in popluar number systems.

HEX06222A
Decimal63442
Binary110100010101010
Octal64252

Shades and tints

Shades of #06222A

#06222A
(6,34,42)
#061F27
(6,31,39)
#061C24
(6,28,36)
#061921
(6,25,33)
#06161E
(6,22,30)
#06131B
(6,19,27)
#061018
(6,16,24)
#060D15
(6,13,21)
#060A12
(6,10,18)
#06070F
(6,7,15)
#06040C
(6,4,12)
#000000
(0,0,0)

Tints of #06222A

#06222A
(6,34,42)
#1C363D
(28,54,61)
#324A50
(50,74,80)
#485E63
(72,94,99)
#5E7276
(94,114,118)
#748689
(116,134,137)
#8A9A9C
(138,154,156)
#A0AEAF
(160,174,175)
#B6C2C2
(182,194,194)
#CCD6D5
(204,214,213)
#E2EAE8
(226,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06222A; }

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

This text font color is #06222A.


Background Color

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

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

This div background color is #06222A.


Border color

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

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

This div border color is #06222A.


Opacity

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

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

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

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

This text has shadow with #06222A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06222A on black background.


Color preview on white background

This text has color #06222A on white background.



Black color preview on #06222A background

This text has black color on #06222A background.


White color preview on #06222A background

This text has white color on #06222A background.