Shades of Sapphire #062679
Tints of Sapphire #062679
RGB
CMYK
RGB Variations
Color information
#062679 (or 0x062679) is known color: Sapphire. HEX triplet: 06, 26 and 79. RGB value is (6,38,121). Sum of RGB (Red+Green+Blue) = 6+38+121=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 121 (47.66% from 255 or 73.33% from 165); Max value from RGB is 121 - color contains mainly: blue. Hex color #062679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062679 is #F9D986. Grayscale: #252525. Windows color (decimal): -16374151 or 7939590. OLE color: 7939590.
HSL color Cylindrical-coordinate representation of color #062679: hue angle of 223.3º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062679 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 38 | 121 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.53 |
| HSL | 223.3º | 0.91% | 0.25% | - |
| HSV(B) | 223.3º | 0.95% | 0.47% | - |
| XYZ | 4.22 | 2.81 | 18.41 | - |
| YUV | 37.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 121 | 0.95 | 0.69 | 0 | 0.53 | 223.3 | 0.91 | 0.25 |
| Hex | 6 | 26 | 79 | 5F | 45 | 0 | 35 | DF | 5B | 19 |
| Octal | 6 | 46 | 171 | 137 | 105 | 0 | 65 | 337 | 133 | 31 |
| Binary | 110 | 100110 | 1111001 | 1011111 | 1000101 | 0 | 110101 | 11011111 | 1011011 | 11001 |
Color Harmonies of #062679
Complementary color
Monochromatic Colors of #062679
Black with #062679
Text Example
Text Example
White with #062679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062679; }
p { color: rgb(6,38,121); }
H1.HeaderClassName
{
color: #062679;
}
.AnyTagClassName
{
color: #062679;
}
</style>
background-color css
<style>
a { background-color: #062679; }
a { background-color: rgb(6,38,121); }
div.DivClassName
{
background-color: #062679;
}
.BgClassName
{
background-color: #062679;
}
</style>
border-color css
<style>
span { border-color: #062679; }
span { border-color: rgb(6,38,121); }
td.TdClassName
{
border-color: #062679;
}
.TagClassName
{
border-color: #062679;
}
</style>