Shades of Sapphire #06215D
Tints of Sapphire #06215D
RGB
CMYK
RGB Variations
Color information
#06215D (or 0x06215D) is known color: Sapphire. HEX triplet: 06, 21 and 5D. RGB value is (6,33,93). Sum of RGB (Red+Green+Blue) = 6+33+93=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #06215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06215D is #F9DEA2. Grayscale: #1F1F1F. Windows color (decimal): -16375459 or 6103302. OLE color: 6103302.
HSL color Cylindrical-coordinate representation of color #06215D: hue angle of 221.38º 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 #06215D is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 33 | 93 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.64 |
| HSL | 221.38º | 0.88% | 0.19% | - |
| HSV(B) | 221.38º | 0.94% | 0.36% | - |
| XYZ | 2.59 | 1.92 | 10.59 | - |
| YUV | 31.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 93 | 0.94 | 0.65 | 0 | 0.64 | 221.38 | 0.88 | 0.19 |
| Hex | 6 | 21 | 5D | 5E | 41 | 0 | 40 | DD | 58 | 13 |
| Octal | 6 | 41 | 135 | 136 | 101 | 0 | 100 | 335 | 130 | 23 |
| Binary | 110 | 100001 | 1011101 | 1011110 | 1000001 | 0 | 1000000 | 11011101 | 1011000 | 10011 |
Color Harmonies of #06215D
Complementary color
Monochromatic Colors of #06215D
Black with #06215D
Text Example
Text Example
White with #06215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06215D; }
p { color: rgb(6,33,93); }
H1.HeaderClassName
{
color: #06215D;
}
.AnyTagClassName
{
color: #06215D;
}
</style>
background-color css
<style>
a { background-color: #06215D; }
a { background-color: rgb(6,33,93); }
div.DivClassName
{
background-color: #06215D;
}
.BgClassName
{
background-color: #06215D;
}
</style>
border-color css
<style>
span { border-color: #06215D; }
span { border-color: rgb(6,33,93); }
td.TdClassName
{
border-color: #06215D;
}
.TagClassName
{
border-color: #06215D;
}
</style>