Shades of Sapphire #062E6D
Tints of Sapphire #062E6D
RGB
CMYK
RGB Variations
Color information
#062E6D (or 0x062E6D) is known color: Sapphire. HEX triplet: 06, 2E and 6D. RGB value is (6,46,109). Sum of RGB (Red+Green+Blue) = 6+46+109=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #062E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E6D is #F9D192. Grayscale: #282828. Windows color (decimal): -16372115 or 7155206. OLE color: 7155206.
HSL color Cylindrical-coordinate representation of color #062E6D: hue angle of 216.7º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062E6D is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 46 | 109 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.57 |
| HSL | 216.7º | 0.9% | 0.23% | - |
| HSV(B) | 216.7º | 0.94% | 0.43% | - |
| XYZ | 3.81 | 3.1 | 14.86 | - |
| YUV | 41.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 109 | 0.94 | 0.58 | 0 | 0.57 | 216.7 | 0.9 | 0.23 |
| Hex | 6 | 2E | 6D | 5E | 3A | 0 | 39 | D9 | 5A | 17 |
| Octal | 6 | 56 | 155 | 136 | 72 | 0 | 71 | 331 | 132 | 27 |
| Binary | 110 | 101110 | 1101101 | 1011110 | 111010 | 0 | 111001 | 11011001 | 1011010 | 10111 |
Color Harmonies of #062E6D
Complementary color
Monochromatic Colors of #062E6D
Black with #062E6D
Text Example
Text Example
White with #062E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E6D; }
p { color: rgb(6,46,109); }
H1.HeaderClassName
{
color: #062E6D;
}
.AnyTagClassName
{
color: #062E6D;
}
</style>
background-color css
<style>
a { background-color: #062E6D; }
a { background-color: rgb(6,46,109); }
div.DivClassName
{
background-color: #062E6D;
}
.BgClassName
{
background-color: #062E6D;
}
</style>
border-color css
<style>
span { border-color: #062E6D; }
span { border-color: rgb(6,46,109); }
td.TdClassName
{
border-color: #062E6D;
}
.TagClassName
{
border-color: #062E6D;
}
</style>