Shades of Sapphire #062E6E
Tints of Sapphire #062E6E
RGB
CMYK
RGB Variations
Color information
#062E6E (or 0x062E6E) is known color: Sapphire. HEX triplet: 06, 2E and 6E. RGB value is (6,46,110). Sum of RGB (Red+Green+Blue) = 6+46+110=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #062E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E6E is #F9D191. Grayscale: #292929. Windows color (decimal): -16372114 or 7220742. OLE color: 7220742.
HSL color Cylindrical-coordinate representation of color #062E6E: hue angle of 216.92º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062E6E is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 46 | 110 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.57 |
| HSL | 216.92º | 0.9% | 0.23% | - |
| HSV(B) | 216.92º | 0.95% | 0.43% | - |
| XYZ | 3.87 | 3.12 | 15.15 | - |
| YUV | 41.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 110 | 0.95 | 0.58 | 0 | 0.57 | 216.92 | 0.9 | 0.23 |
| Hex | 6 | 2E | 6E | 5F | 3A | 0 | 39 | D9 | 5A | 17 |
| Octal | 6 | 56 | 156 | 137 | 72 | 0 | 71 | 331 | 132 | 27 |
| Binary | 110 | 101110 | 1101110 | 1011111 | 111010 | 0 | 111001 | 11011001 | 1011010 | 10111 |
Color Harmonies of #062E6E
Complementary color
Monochromatic Colors of #062E6E
Black with #062E6E
Text Example
Text Example
White with #062E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E6E; }
p { color: rgb(6,46,110); }
H1.HeaderClassName
{
color: #062E6E;
}
.AnyTagClassName
{
color: #062E6E;
}
</style>
background-color css
<style>
a { background-color: #062E6E; }
a { background-color: rgb(6,46,110); }
div.DivClassName
{
background-color: #062E6E;
}
.BgClassName
{
background-color: #062E6E;
}
</style>
border-color css
<style>
span { border-color: #062E6E; }
span { border-color: rgb(6,46,110); }
td.TdClassName
{
border-color: #062E6E;
}
.TagClassName
{
border-color: #062E6E;
}
</style>