Html Css Color HEX #06224C Sapphire

📋 copy color: '#06224C'

red 6 ◦ green 34 ◦ blue 76

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

Shades of Sapphire #06224C

Tints of Sapphire #06224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 65.52%

R = 5.17%
G = 29.31%
B = 65.52%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06224C (or 0x06224C) is known color: Sapphire. HEX triplet: 06, 22 and 4C. RGB value is (6,34,76). Sum of RGB (Red+Green+Blue) = 6+34+76=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 76 (30.08% from 255 or 65.52% from 116); Max value from RGB is 76 - color contains mainly: blue. Hex color #06224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06224C is #F9DDB3. Grayscale: #1E1E1E. Windows color (decimal): -16375220 or 4989446. OLE color: 4989446.

HSL color Cylindrical-coordinate representation of color #06224C: hue angle of 216º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06224C is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 34 76 -
CMYK 0.92 0.55 0 0.70
HSL 216º 0.85% 0.16% -
HSV(B) 216º 0.92% 0.3% -
XYZ 1.95 1.7 7.06 -
YUV 30.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 6 34 76 0.92 0.55 0 0.70 216 0.85 0.16
Hex 6 22 4C 5C 37 0 46 D8 55 10
Octal 6 42 114 134 67 0 106 330 125 20
Binary 110 100010 1001100 1011100 110111 0 1000110 11011000 1010101 10000

Color Harmonies of #06224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06224C

Black with #06224C

Text Example


Text Example

White with #06224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06224C; }

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

 H1.HeaderClassName
 {
   color: #06224C;
 }
 .AnyTagClassName
 {
   color: #06224C;
 }
</style>

background-color css

<style>
 a { background-color: #06224C; }

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

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

border-color css

<style>
 span { border-color: #06224C; }

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

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