COLOR #061222

HEX: #061222 RGB: (6,18,34)

Color info

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

RGB color model

#061222 color RGB value is (6,18,34).

RGB: (6,18,34) (2%, 7%, 13%)

RGB channels and saturation

R 6 of 255 = 2%
G 18 of 255 = 7%
B 34 of 255 = 13%

6
18
34

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

Portions of RGB colors in percentages

R + G + B = 6 + 18 + 34 = 58 (100%)
R 6 of 58 ~ 10.34%
G 18 of 58 ~ 31.03%
B 34 of 58 ~ 58.62'%

%31.03
%58.62

CMYK color model

#061222 color CMYK value is (82,47,0,87).

  • cyan value is 82.35%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 86.67%

CMYK: (82,47,0,87)
C82M47Y0K87 (82%, 47%, 0%, 87%)
(0.82 / 0.47 / 0.00 / 0.87)

CMYK percentages

%82.35
%47.06
%0
%86.67

Codes

Color #061222 in popluar color models

06 12 22
RGB 6 18 34
HSL 214° 70.00% 7.84%
HSB/HSV 214° 82.35% 13.33%
CMYK 82.35% 47.06% 0.00%
86.67%

Color #061222 in popluar number systems.

HEX 06 12 22
Decimal 6 18 34
Binary 110 10010 100010
Octal 6 22 42

Shades and tints

Shades of #061222

#061222
(6,18,34)
#06111F
(6,17,31)
#06101C
(6,16,28)
#060F19
(6,15,25)
#060E16
(6,14,22)
#060D13
(6,13,19)
#060C10
(6,12,16)
#060B0D
(6,11,13)
#060A0A
(6,10,10)
#060907
(6,9,7)
#060804
(6,8,4)
#000000
(0,0,0)

Tints of #061222

#061222
(6,18,34)
#1C2736
(28,39,54)
#323C4A
(50,60,74)
#48515E
(72,81,94)
#5E6672
(94,102,114)
#747B86
(116,123,134)
#8A909A
(138,144,154)
#A0A5AE
(160,165,174)
#B6BAC2
(182,186,194)
#CCCFD6
(204,207,214)
#E2E4EA
(226,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061222; }

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

This text font color is #061222.

Background Color

.myBgColor { background-color: #061222; }

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

This div background color is #061222.

Border color

.myBorderColor { border: 1px solid #061222; }

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

This div border color is #061222.

Opacity

.myOpacity80 { color: #061222; opacity: 0.8; }

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

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

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

This text has shadow with #061222 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061222.

Preview

Color preview on black background

This text has color #061222 on black background.


Color preview on white background

This text has color #061222 on white background.


Black color preview on #061222 background

This text has black color on #061222 background.


White color preview on #061222 background

This text has white color on #061222 background.


Related colors

Complementary color

Complementary color for #hex is #F9EDDD.


I love getcolorcode.com

Triadic colors

1 #220612 and #122206 with #061222 are triadic colors.

2 #221206 and #120622 with #061222 are triadic colors.