Html Css Color HEX #06225A Sapphire

📋 copy color: '#06225A'

red 6 ◦ green 34 ◦ blue 90

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

Shades of Sapphire #06225A

Tints of Sapphire #06225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 69.23%

R = 4.62%
G = 26.15%
B = 69.23%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#06225A (or 0x06225A) is known color: Sapphire. HEX triplet: 06, 22 and 5A. RGB value is (6,34,90). Sum of RGB (Red+Green+Blue) = 6+34+90=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 90 (35.55% from 255 or 69.23% from 130); Max value from RGB is 90 - color contains mainly: blue. Hex color #06225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06225A is #F9DDA5. Grayscale: #1F1F1F. Windows color (decimal): -16375206 or 5906950. OLE color: 5906950.

HSL color Cylindrical-coordinate representation of color #06225A: hue angle of 220º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06225A is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 34 90 -
CMYK 0.93 0.62 0 0.65
HSL 220º 0.88% 0.19% -
HSV(B) 220º 0.93% 0.35% -
XYZ 2.49 1.92 9.91 -
YUV 32.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 6 34 90 0.93 0.62 0 0.65 220 0.88 0.19
Hex 6 22 5A 5D 3E 0 41 DC 58 13
Octal 6 42 132 135 76 0 101 334 130 23
Binary 110 100010 1011010 1011101 111110 0 1000001 11011100 1011000 10011

Color Harmonies of #06225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06225A

Black with #06225A

Text Example


Text Example

White with #06225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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