Html Css Color HEX #06224A Sapphire

📋 copy color: '#06224A'

red 6 ◦ green 34 ◦ blue 74

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

Shades of Sapphire #06224A

Tints of Sapphire #06224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 64.91%

R = 5.26%
G = 29.82%
B = 64.91%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06224A (or 0x06224A) is known color: Sapphire. HEX triplet: 06, 22 and 4A. RGB value is (6,34,74). Sum of RGB (Red+Green+Blue) = 6+34+74=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #06224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06224A is #F9DDB5. Grayscale: #1E1E1E. Windows color (decimal): -16375222 or 4858374. OLE color: 4858374.

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

Color convert

RGB 6 34 74 -
CMYK 0.92 0.54 0 0.71
HSL 215.29º 0.85% 0.16% -
HSV(B) 215.29º 0.92% 0.29% -
XYZ 1.88 1.68 6.7 -
YUV 30.19 152.72 110.75 -
System Red Green Blue C M Y K H S L
Decimal 6 34 74 0.92 0.54 0 0.71 215.29 0.85 0.16
Hex 6 22 4A 5C 36 0 47 D7 55 10
Octal 6 42 112 134 66 0 107 327 125 20
Binary 110 100010 1001010 1011100 110110 0 1000111 11010111 1010101 10000

Color Harmonies of #06224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06224A

Black with #06224A

Text Example


Text Example

White with #06224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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