Shades of Sapphire #06225D
Tints of Sapphire #06225D
RGB
CMYK
RGB Variations
Color information
#06225D (or 0x06225D) is known color: Sapphire. HEX triplet: 06, 22 and 5D. RGB value is (6,34,93). Sum of RGB (Red+Green+Blue) = 6+34+93=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #06225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06225D is #F9DDA2. Grayscale: #202020. Windows color (decimal): -16375203 or 6103558. OLE color: 6103558.
HSL color Cylindrical-coordinate representation of color #06225D: hue angle of 220.69º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06225D is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 34 | 93 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.64 |
| HSL | 220.69º | 0.88% | 0.19% | - |
| HSV(B) | 220.69º | 0.94% | 0.36% | - |
| XYZ | 2.62 | 1.97 | 10.6 | - |
| YUV | 32.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 93 | 0.94 | 0.63 | 0 | 0.64 | 220.69 | 0.88 | 0.19 |
| Hex | 6 | 22 | 5D | 5E | 3F | 0 | 40 | DD | 58 | 13 |
| Octal | 6 | 42 | 135 | 136 | 77 | 0 | 100 | 335 | 130 | 23 |
| Binary | 110 | 100010 | 1011101 | 1011110 | 111111 | 0 | 1000000 | 11011101 | 1011000 | 10011 |
Color Harmonies of #06225D
Complementary color
Monochromatic Colors of #06225D
Black with #06225D
Text Example
Text Example
White with #06225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06225D; }
p { color: rgb(6,34,93); }
H1.HeaderClassName
{
color: #06225D;
}
.AnyTagClassName
{
color: #06225D;
}
</style>
background-color css
<style>
a { background-color: #06225D; }
a { background-color: rgb(6,34,93); }
div.DivClassName
{
background-color: #06225D;
}
.BgClassName
{
background-color: #06225D;
}
</style>
border-color css
<style>
span { border-color: #06225D; }
span { border-color: rgb(6,34,93); }
td.TdClassName
{
border-color: #06225D;
}
.TagClassName
{
border-color: #06225D;
}
</style>