COLOR #06226F

HEX: #06226F
RGB: (6,34,111)

Color info

#06226F contains mainly blue color. Web safe color of #06226F is #003366 (or #036).

RGB color model

#06226F color RGB value is (6,34,111).

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

RGB channels and saturation

R 6 of 255 = 2%
G 34 of 255 = 13%
B 111 of 255 = 44%

6
34
111

R + G + B ~ 20%. #06226F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 34 + 111 = 151 (100%)
R 6 of 151 ~ 3.97%
G 34 of 151 ~ 22.52%
B 111 of 151 ~ 73.51%

%22.52
%73.51

CMYK color model

#06226F color CMYK value is (95,69,0,56).

  • cyan value is 94.59%
  • magenta value is 69.37%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(95,69,0,56)
C95M69Y0K56 
(95%,69%,0%,56%)
(0.95/0.69/0.00/0.56)	

CMYK percentages

%94.59
%69.37
%0
%56.47

Codes

Color #06226F in popluar color models

06226F
RGB634111
HSL224°89.74%22.94%
HSB/HSV224°94.59%43.53%
CMYK94.59%69.37%0.00%
56.47%

Color #06226F in popluar number systems.

HEX06226F
Decimal634111
Binary1101000101101111
Octal642157

Shades and tints

Shades of #06226F

#06226F
(6,34,111)
#061F65
(6,31,101)
#061C5B
(6,28,91)
#061951
(6,25,81)
#061647
(6,22,71)
#06133D
(6,19,61)
#061033
(6,16,51)
#060D29
(6,13,41)
#060A1F
(6,10,31)
#060715
(6,7,21)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #06226F

#06226F
(6,34,111)
#1C367C
(28,54,124)
#324A89
(50,74,137)
#485E96
(72,94,150)
#5E72A3
(94,114,163)
#7486B0
(116,134,176)
#8A9ABD
(138,154,189)
#A0AECA
(160,174,202)
#B6C2D7
(182,194,215)
#CCD6E4
(204,214,228)
#E2EAF1
(226,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06226F; }

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

This text font color is #06226F.


Background Color

.myBgColor { background-color: #06226F; }

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

This div background color is #06226F.


Border color

.myBorderColor { border: 1px solid #06226F; }

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

This div border color is #06226F.


Opacity

.myOpacity80 { color: #06226F; opacity: 0.8; }

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

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

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

This text has shadow with #06226F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06226F on black background.


Color preview on white background

This text has color #06226F on white background.



Black color preview on #06226F background

This text has black color on #06226F background.


White color preview on #06226F background

This text has white color on #06226F background.