Shades of Sapphire #06204F
Tints of Sapphire #06204F
RGB
CMYK
RGB Variations
Color information
#06204F (or 0x06204F) is known color: Sapphire. HEX triplet: 06, 20 and 4F. RGB value is (6,32,79). Sum of RGB (Red+Green+Blue) = 6+32+79=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #06204F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06204F is #F9DFB0. Grayscale: #1D1D1D. Windows color (decimal): -16375729 or 5185542. OLE color: 5185542.
HSL color Cylindrical-coordinate representation of color #06204F: hue angle of 218.63º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06204F is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 32 | 79 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.69 |
| HSL | 218.63º | 0.86% | 0.17% | - |
| HSV(B) | 218.63º | 0.92% | 0.31% | - |
| XYZ | 2 | 1.64 | 7.61 | - |
| YUV | 29.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 79 | 0.92 | 0.59 | 0 | 0.69 | 218.63 | 0.86 | 0.17 |
| Hex | 6 | 20 | 4F | 5C | 3B | 0 | 45 | DB | 56 | 11 |
| Octal | 6 | 40 | 117 | 134 | 73 | 0 | 105 | 333 | 126 | 21 |
| Binary | 110 | 100000 | 1001111 | 1011100 | 111011 | 0 | 1000101 | 11011011 | 1010110 | 10001 |
Color Harmonies of #06204F
Complementary color
Monochromatic Colors of #06204F
Black with #06204F
Text Example
Text Example
White with #06204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06204F; }
p { color: rgb(6,32,79); }
H1.HeaderClassName
{
color: #06204F;
}
.AnyTagClassName
{
color: #06204F;
}
</style>
background-color css
<style>
a { background-color: #06204F; }
a { background-color: rgb(6,32,79); }
div.DivClassName
{
background-color: #06204F;
}
.BgClassName
{
background-color: #06204F;
}
</style>
border-color css
<style>
span { border-color: #06204F; }
span { border-color: rgb(6,32,79); }
td.TdClassName
{
border-color: #06204F;
}
.TagClassName
{
border-color: #06204F;
}
</style>