Shades of Sapphire #06207D
Tints of Sapphire #06207D
RGB
CMYK
RGB Variations
Color information
#06207D (or 0x06207D) is known color: Sapphire. HEX triplet: 06, 20 and 7D. RGB value is (6,32,125). Sum of RGB (Red+Green+Blue) = 6+32+125=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #06207D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06207D is #F9DF82. Grayscale: #222222. Windows color (decimal): -16375683 or 8200198. OLE color: 8200198.
HSL color Cylindrical-coordinate representation of color #06207D: hue angle of 226.89º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06207D is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 32 | 125 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.51 |
| HSL | 226.89º | 0.91% | 0.26% | - |
| HSV(B) | 226.89º | 0.95% | 0.49% | - |
| XYZ | 4.29 | 2.55 | 19.67 | - |
| YUV | 34.83 | 178.89 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 125 | 0.95 | 0.74 | 0 | 0.51 | 226.89 | 0.91 | 0.26 |
| Hex | 6 | 20 | 7D | 5F | 4A | 0 | 33 | E3 | 5B | 1A |
| Octal | 6 | 40 | 175 | 137 | 112 | 0 | 63 | 343 | 133 | 32 |
| Binary | 110 | 100000 | 1111101 | 1011111 | 1001010 | 0 | 110011 | 11100011 | 1011011 | 11010 |
Color Harmonies of #06207D
Complementary color
Monochromatic Colors of #06207D
Black with #06207D
Text Example
Text Example
White with #06207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06207D; }
p { color: rgb(6,32,125); }
H1.HeaderClassName
{
color: #06207D;
}
.AnyTagClassName
{
color: #06207D;
}
</style>
background-color css
<style>
a { background-color: #06207D; }
a { background-color: rgb(6,32,125); }
div.DivClassName
{
background-color: #06207D;
}
.BgClassName
{
background-color: #06207D;
}
</style>
border-color css
<style>
span { border-color: #06207D; }
span { border-color: rgb(6,32,125); }
td.TdClassName
{
border-color: #06207D;
}
.TagClassName
{
border-color: #06207D;
}
</style>