Shades of Sherpa Blue #064F59
Tints of Sherpa Blue #064F59
RGB
CMYK
RGB Variations
Color information
#064F59 (or 0x064F59) is known color: Sherpa Blue. HEX triplet: 06, 4F and 59. RGB value is (6,79,89). Sum of RGB (Red+Green+Blue) = 6+79+89=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #064F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F59 is #F9B0A6. Grayscale: #3A3A3A. Windows color (decimal): -16363687 or 5852934. OLE color: 5852934.
HSL color Cylindrical-coordinate representation of color #064F59: hue angle of 187.23º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064F59 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 79 | 89 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.65 |
| HSL | 187.23º | 0.87% | 0.19% | - |
| HSV(B) | 187.23º | 0.93% | 0.35% | - |
| XYZ | 4.67 | 6.35 | 10.43 | - |
| YUV | 58.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 89 | 0.93 | 0.11 | 0 | 0.65 | 187.23 | 0.87 | 0.19 |
| Hex | 6 | 4F | 59 | 5D | B | 0 | 41 | BB | 57 | 13 |
| Octal | 6 | 117 | 131 | 135 | 13 | 0 | 101 | 273 | 127 | 23 |
| Binary | 110 | 1001111 | 1011001 | 1011101 | 1011 | 0 | 1000001 | 10111011 | 1010111 | 10011 |
Color Harmonies of #064F59
Complementary color
Monochromatic Colors of #064F59
Black with #064F59
Text Example
Text Example
White with #064F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F59; }
p { color: rgb(6,79,89); }
H1.HeaderClassName
{
color: #064F59;
}
.AnyTagClassName
{
color: #064F59;
}
</style>
background-color css
<style>
a { background-color: #064F59; }
a { background-color: rgb(6,79,89); }
div.DivClassName
{
background-color: #064F59;
}
.BgClassName
{
background-color: #064F59;
}
</style>
border-color css
<style>
span { border-color: #064F59; }
span { border-color: rgb(6,79,89); }
td.TdClassName
{
border-color: #064F59;
}
.TagClassName
{
border-color: #064F59;
}
</style>