Shades of Sapphire #062250
Tints of Sapphire #062250
RGB
CMYK
RGB Variations
Color information
#062250 (or 0x062250) is known color: Sapphire. HEX triplet: 06, 22 and 50. RGB value is (6,34,80). Sum of RGB (Red+Green+Blue) = 6+34+80=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #062250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062250 is #F9DDAF. Grayscale: #1E1E1E. Windows color (decimal): -16375216 or 5251590. OLE color: 5251590.
HSL color Cylindrical-coordinate representation of color #062250: hue angle of 217.3º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062250 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 34 | 80 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.69 |
| HSL | 217.3º | 0.86% | 0.17% | - |
| HSV(B) | 217.3º | 0.93% | 0.31% | - |
| XYZ | 2.1 | 1.76 | 7.82 | - |
| YUV | 30.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 80 | 0.92 | 0.58 | 0 | 0.69 | 217.3 | 0.86 | 0.17 |
| Hex | 6 | 22 | 50 | 5C | 3A | 0 | 45 | D9 | 56 | 11 |
| Octal | 6 | 42 | 120 | 134 | 72 | 0 | 105 | 331 | 126 | 21 |
| Binary | 110 | 100010 | 1010000 | 1011100 | 111010 | 0 | 1000101 | 11011001 | 1010110 | 10001 |
Color Harmonies of #062250
Complementary color
Monochromatic Colors of #062250
Black with #062250
Text Example
Text Example
White with #062250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062250; }
p { color: rgb(6,34,80); }
H1.HeaderClassName
{
color: #062250;
}
.AnyTagClassName
{
color: #062250;
}
</style>
background-color css
<style>
a { background-color: #062250; }
a { background-color: rgb(6,34,80); }
div.DivClassName
{
background-color: #062250;
}
.BgClassName
{
background-color: #062250;
}
</style>
border-color css
<style>
span { border-color: #062250; }
span { border-color: rgb(6,34,80); }
td.TdClassName
{
border-color: #062250;
}
.TagClassName
{
border-color: #062250;
}
</style>