Shades of Sapphire #06207F
Tints of Sapphire #06207F
RGB
CMYK
RGB Variations
Color information
#06207F (or 0x06207F) is known color: Sapphire. HEX triplet: 06, 20 and 7F. RGB value is (6,32,127). Sum of RGB (Red+Green+Blue) = 6+32+127=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 127 (50% from 255 or 76.97% from 165); Max value from RGB is 127 - color contains mainly: blue. Hex color #06207F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06207F is #F9DF80. Grayscale: #222222. Windows color (decimal): -16375681 or 8331270. OLE color: 8331270.
HSL color Cylindrical-coordinate representation of color #06207F: hue angle of 227.11º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06207F is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 32 | 127 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.50 |
| HSL | 227.11º | 0.91% | 0.26% | - |
| HSV(B) | 227.11º | 0.95% | 0.5% | - |
| XYZ | 4.42 | 2.6 | 20.35 | - |
| YUV | 35.06 | 179.89 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 127 | 0.95 | 0.75 | 0 | 0.50 | 227.11 | 0.91 | 0.26 |
| Hex | 6 | 20 | 7F | 5F | 4B | 0 | 32 | E3 | 5B | 1A |
| Octal | 6 | 40 | 177 | 137 | 113 | 0 | 62 | 343 | 133 | 32 |
| Binary | 110 | 100000 | 1111111 | 1011111 | 1001011 | 0 | 110010 | 11100011 | 1011011 | 11010 |
Color Harmonies of #06207F
Complementary color
Monochromatic Colors of #06207F
Black with #06207F
Text Example
Text Example
White with #06207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06207F; }
p { color: rgb(6,32,127); }
H1.HeaderClassName
{
color: #06207F;
}
.AnyTagClassName
{
color: #06207F;
}
</style>
background-color css
<style>
a { background-color: #06207F; }
a { background-color: rgb(6,32,127); }
div.DivClassName
{
background-color: #06207F;
}
.BgClassName
{
background-color: #06207F;
}
</style>
border-color css
<style>
span { border-color: #06207F; }
span { border-color: rgb(6,32,127); }
td.TdClassName
{
border-color: #06207F;
}
.TagClassName
{
border-color: #06207F;
}
</style>