COLOR #062201

HEX: #062201
RGB: (6,34,1)

Color info

#062201 contains red, green and blue colors in about the same proportion. Web safe color of #062201 is #003300 (or #030).

RGB color model

#062201 color RGB value is (6,34,1).

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

RGB channels and saturation

R 6 of 255 = 2%
G 34 of 255 = 13%
B 1 of 255 = 0%

6
34
1

R + G + B ~ 5%. #062201 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 34 + 1 = 41 (100%)
R 6 of 41 ~ 14.63%
G 34 of 41 ~ 82.93%
B 1 of 41 ~ 2.44%

%14.63
%82.93

CMYK color model

#062201 color CMYK value is (82,0,97,87).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 97.06%
  • key color value is 86.67%
CMYK:
(82,0,97,87)
C82M0Y97K87 
(82%,0%,97%,87%)
(0.82/0.00/0.97/0.87)	

CMYK percentages

%82.35
%0
%97.06
%86.67

Codes

Color #062201 in popluar color models

062201
RGB6341
HSL111°94.29%6.86%
HSB/HSV111°97.06%13.33%
CMYK82.35%0.00%97.06%
86.67%

Color #062201 in popluar number systems.

HEX062201
Decimal6341
Binary1101000101
Octal6421

Shades and tints

Shades of #062201

#062201
(6,34,1)
#061F01
(6,31,1)
#061C01
(6,28,1)
#061901
(6,25,1)
#061601
(6,22,1)
#061301
(6,19,1)
#061001
(6,16,1)
#060D01
(6,13,1)
#060A01
(6,10,1)
#060701
(6,7,1)
#060401
(6,4,1)
#000000
(0,0,0)

Tints of #062201

#062201
(6,34,1)
#1C3618
(28,54,24)
#324A2F
(50,74,47)
#485E46
(72,94,70)
#5E725D
(94,114,93)
#748674
(116,134,116)
#8A9A8B
(138,154,139)
#A0AEA2
(160,174,162)
#B6C2B9
(182,194,185)
#CCD6D0
(204,214,208)
#E2EAE7
(226,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062201; }

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

This text font color is #062201.


Background Color

.myBgColor { background-color: #062201; }

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

This div background color is #062201.


Border color

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

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

This div border color is #062201.


Opacity

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

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

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

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

This text has shadow with #062201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062201 on black background.


Color preview on white background

This text has color #062201 on white background.



Black color preview on #062201 background

This text has black color on #062201 background.


White color preview on #062201 background

This text has white color on #062201 background.