Shades of Sapphire #06297F
Tints of Sapphire #06297F
RGB
CMYK
RGB Variations
Color information
#06297F (or 0x06297F) is known color: Sapphire. HEX triplet: 06, 29 and 7F. RGB value is (6,41,127). Sum of RGB (Red+Green+Blue) = 6+41+127=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 127 (50% from 255 or 72.99% from 174); Max value from RGB is 127 - color contains mainly: blue. Hex color #06297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06297F is #F9D680. Grayscale: #272727. Windows color (decimal): -16373377 or 8333574. OLE color: 8333574.
HSL color Cylindrical-coordinate representation of color #06297F: hue angle of 222.64º 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 #06297F is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 41 | 127 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.50 |
| HSL | 222.64º | 0.91% | 0.26% | - |
| HSV(B) | 222.64º | 0.95% | 0.5% | - |
| XYZ | 4.7 | 3.16 | 20.44 | - |
| YUV | 40.34 | 176.9 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 127 | 0.95 | 0.68 | 0 | 0.50 | 222.64 | 0.91 | 0.26 |
| Hex | 6 | 29 | 7F | 5F | 44 | 0 | 32 | DF | 5B | 1A |
| Octal | 6 | 51 | 177 | 137 | 104 | 0 | 62 | 337 | 133 | 32 |
| Binary | 110 | 101001 | 1111111 | 1011111 | 1000100 | 0 | 110010 | 11011111 | 1011011 | 11010 |
Color Harmonies of #06297F
Complementary color
Monochromatic Colors of #06297F
Black with #06297F
Text Example
Text Example
White with #06297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06297F; }
p { color: rgb(6,41,127); }
H1.HeaderClassName
{
color: #06297F;
}
.AnyTagClassName
{
color: #06297F;
}
</style>
background-color css
<style>
a { background-color: #06297F; }
a { background-color: rgb(6,41,127); }
div.DivClassName
{
background-color: #06297F;
}
.BgClassName
{
background-color: #06297F;
}
</style>
border-color css
<style>
span { border-color: #06297F; }
span { border-color: rgb(6,41,127); }
td.TdClassName
{
border-color: #06297F;
}
.TagClassName
{
border-color: #06297F;
}
</style>