Shades of Sapphire #06225C
Tints of Sapphire #06225C
RGB
CMYK
RGB Variations
Color information
#06225C (or 0x06225C) is known color: Sapphire. HEX triplet: 06, 22 and 5C. RGB value is (6,34,92). Sum of RGB (Red+Green+Blue) = 6+34+92=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #06225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06225C is #F9DDA3. Grayscale: #1F1F1F. Windows color (decimal): -16375204 or 6038022. OLE color: 6038022.
HSL color Cylindrical-coordinate representation of color #06225C: hue angle of 220.47º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06225C is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 34 | 92 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.64 |
| HSL | 220.47º | 0.88% | 0.19% | - |
| HSV(B) | 220.47º | 0.93% | 0.36% | - |
| XYZ | 2.58 | 1.96 | 10.37 | - |
| YUV | 32.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 92 | 0.93 | 0.63 | 0 | 0.64 | 220.47 | 0.88 | 0.19 |
| Hex | 6 | 22 | 5C | 5D | 3F | 0 | 40 | DC | 58 | 13 |
| Octal | 6 | 42 | 134 | 135 | 77 | 0 | 100 | 334 | 130 | 23 |
| Binary | 110 | 100010 | 1011100 | 1011101 | 111111 | 0 | 1000000 | 11011100 | 1011000 | 10011 |
Color Harmonies of #06225C
Complementary color
Monochromatic Colors of #06225C
Black with #06225C
Text Example
Text Example
White with #06225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06225C; }
p { color: rgb(6,34,92); }
H1.HeaderClassName
{
color: #06225C;
}
.AnyTagClassName
{
color: #06225C;
}
</style>
background-color css
<style>
a { background-color: #06225C; }
a { background-color: rgb(6,34,92); }
div.DivClassName
{
background-color: #06225C;
}
.BgClassName
{
background-color: #06225C;
}
</style>
border-color css
<style>
span { border-color: #06225C; }
span { border-color: rgb(6,34,92); }
td.TdClassName
{
border-color: #06225C;
}
.TagClassName
{
border-color: #06225C;
}
</style>