Shades of Sapphire #062262
Tints of Sapphire #062262
RGB
CMYK
RGB Variations
Color information
#062262 (or 0x062262) is known color: Sapphire. HEX triplet: 06, 22 and 62. RGB value is (6,34,98). Sum of RGB (Red+Green+Blue) = 6+34+98=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #062262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062262 is #F9DD9D. Grayscale: #202020. Windows color (decimal): -16375198 or 6431238. OLE color: 6431238.
HSL color Cylindrical-coordinate representation of color #062262: hue angle of 221.74º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062262 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 34 | 98 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.62 |
| HSL | 221.74º | 0.88% | 0.2% | - |
| HSV(B) | 221.74º | 0.94% | 0.38% | - |
| XYZ | 2.85 | 2.06 | 11.8 | - |
| YUV | 32.92 | 164.72 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 98 | 0.94 | 0.65 | 0 | 0.62 | 221.74 | 0.88 | 0.2 |
| Hex | 6 | 22 | 62 | 5E | 41 | 0 | 3E | DE | 58 | 14 |
| Octal | 6 | 42 | 142 | 136 | 101 | 0 | 76 | 336 | 130 | 24 |
| Binary | 110 | 100010 | 1100010 | 1011110 | 1000001 | 0 | 111110 | 11011110 | 1011000 | 10100 |
Color Harmonies of #062262
Complementary color
Monochromatic Colors of #062262
Black with #062262
Text Example
Text Example
White with #062262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062262; }
p { color: rgb(6,34,98); }
H1.HeaderClassName
{
color: #062262;
}
.AnyTagClassName
{
color: #062262;
}
</style>
background-color css
<style>
a { background-color: #062262; }
a { background-color: rgb(6,34,98); }
div.DivClassName
{
background-color: #062262;
}
.BgClassName
{
background-color: #062262;
}
</style>
border-color css
<style>
span { border-color: #062262; }
span { border-color: rgb(6,34,98); }
td.TdClassName
{
border-color: #062262;
}
.TagClassName
{
border-color: #062262;
}
</style>