Shades of Sapphire #061667
Tints of Sapphire #061667
RGB
CMYK
RGB Variations
Color information
#061667 (or 0x061667) is known color: Sapphire. HEX triplet: 06, 16 and 67. RGB value is (6,22,103). Sum of RGB (Red+Green+Blue) = 6+22+103=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 103 (40.62% from 255 or 78.63% from 131); Max value from RGB is 103 - color contains mainly: blue. Hex color #061667 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061667 is #F9E998. Grayscale: #1A1A1A. Windows color (decimal): -16378265 or 6755846. OLE color: 6755846.
HSL color Cylindrical-coordinate representation of color #061667: hue angle of 230.1º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061667 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 22 | 103 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.60 |
| HSL | 230.1º | 0.89% | 0.21% | - |
| HSV(B) | 230.1º | 0.94% | 0.4% | - |
| XYZ | 2.81 | 1.59 | 12.99 | - |
| YUV | 26.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 103 | 0.94 | 0.79 | 0 | 0.60 | 230.1 | 0.89 | 0.21 |
| Hex | 6 | 16 | 67 | 5E | 4F | 0 | 3C | E6 | 59 | 15 |
| Octal | 6 | 26 | 147 | 136 | 117 | 0 | 74 | 346 | 131 | 25 |
| Binary | 110 | 10110 | 1100111 | 1011110 | 1001111 | 0 | 111100 | 11100110 | 1011001 | 10101 |
Color Harmonies of #061667
Complementary color
Monochromatic Colors of #061667
Black with #061667
Text Example
Text Example
White with #061667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061667; }
p { color: rgb(6,22,103); }
H1.HeaderClassName
{
color: #061667;
}
.AnyTagClassName
{
color: #061667;
}
</style>
background-color css
<style>
a { background-color: #061667; }
a { background-color: rgb(6,22,103); }
div.DivClassName
{
background-color: #061667;
}
.BgClassName
{
background-color: #061667;
}
</style>
border-color css
<style>
span { border-color: #061667; }
span { border-color: rgb(6,22,103); }
td.TdClassName
{
border-color: #061667;
}
.TagClassName
{
border-color: #061667;
}
</style>