Html Css Color HEX #06226D Sapphire

📋 copy color: '#06226D'

red 6 ◦ green 34 ◦ blue 109

#06226D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #06226D

Tints of Sapphire #06226D

RGB

 RED value IS 6 (2.73% from 255) = 4.03%

 GREEN value IS 34 (13.67% from 255) = 22.82%

 BLUE value IS 109 (42.97% from 255) = 73.15%

R = 4.03%
G = 22.82%
B = 73.15%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06226D (or 0x06226D) is known color: Sapphire. HEX triplet: 06, 22 and 6D. RGB value is (6,34,109). Sum of RGB (Red+Green+Blue) = 6+34+109=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #06226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06226D is #F9DD92. Grayscale: #212121. Windows color (decimal): -16375187 or 7152134. OLE color: 7152134.

HSL color Cylindrical-coordinate representation of color #06226D: hue angle of 223.69º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06226D is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 34 109 -
CMYK 0.94 0.69 0 0.57
HSL 223.69º 0.9% 0.23% -
HSV(B) 223.69º 0.94% 0.43% -
XYZ 3.41 2.29 14.73 -
YUV 34.18 170.22 107.9 -
System Red Green Blue C M Y K H S L
Decimal 6 34 109 0.94 0.69 0 0.57 223.69 0.9 0.23
Hex 6 22 6D 5E 45 0 39 E0 5A 17
Octal 6 42 155 136 105 0 71 340 132 27
Binary 110 100010 1101101 1011110 1000101 0 111001 11100000 1011010 10111

Color Harmonies of #06226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06226D

Black with #06226D

Text Example


Text Example

White with #06226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06226D; }

 p { color: rgb(6,34,109); }

 H1.HeaderClassName
 {
   color: #06226D;
 }
 .AnyTagClassName
 {
   color: #06226D;
 }
</style>

background-color css

<style>
 a { background-color: #06226D; }

 a { background-color: rgb(6,34,109); }

 div.DivClassName
 {
   background-color: #06226D;
 }
 .BgClassName
 {
   background-color: #06226D;
 }
</style>

border-color css

<style>
 span { border-color: #06226D; }

 span { border-color: rgb(6,34,109); }

 td.TdClassName
 {
   border-color: #06226D;
 }
 .TagClassName
 {
   border-color: #06226D;
 }
</style>