Shades of Sapphire #06207B
Tints of Sapphire #06207B
RGB
CMYK
RGB Variations
Color information
#06207B (or 0x06207B) is known color: Sapphire. HEX triplet: 06, 20 and 7B. RGB value is (6,32,123). Sum of RGB (Red+Green+Blue) = 6+32+123=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #06207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06207B is #F9DF84. Grayscale: #222222. Windows color (decimal): -16375685 or 8069126. OLE color: 8069126.
HSL color Cylindrical-coordinate representation of color #06207B: hue angle of 226.67º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06207B is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 32 | 123 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.52 |
| HSL | 226.67º | 0.91% | 0.25% | - |
| HSV(B) | 226.67º | 0.95% | 0.48% | - |
| XYZ | 4.17 | 2.5 | 19 | - |
| YUV | 34.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 123 | 0.95 | 0.74 | 0 | 0.52 | 226.67 | 0.91 | 0.25 |
| Hex | 6 | 20 | 7B | 5F | 4A | 0 | 34 | E3 | 5B | 19 |
| Octal | 6 | 40 | 173 | 137 | 112 | 0 | 64 | 343 | 133 | 31 |
| Binary | 110 | 100000 | 1111011 | 1011111 | 1001010 | 0 | 110100 | 11100011 | 1011011 | 11001 |
Color Harmonies of #06207B
Complementary color
Monochromatic Colors of #06207B
Black with #06207B
Text Example
Text Example
White with #06207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06207B; }
p { color: rgb(6,32,123); }
H1.HeaderClassName
{
color: #06207B;
}
.AnyTagClassName
{
color: #06207B;
}
</style>
background-color css
<style>
a { background-color: #06207B; }
a { background-color: rgb(6,32,123); }
div.DivClassName
{
background-color: #06207B;
}
.BgClassName
{
background-color: #06207B;
}
</style>
border-color css
<style>
span { border-color: #06207B; }
span { border-color: rgb(6,32,123); }
td.TdClassName
{
border-color: #06207B;
}
.TagClassName
{
border-color: #06207B;
}
</style>