Shades of Sherpa Blue #064E60
Tints of Sherpa Blue #064E60
RGB
CMYK
RGB Variations
Color information
#064E60 (or 0x064E60) is known color: Sherpa Blue. HEX triplet: 06, 4E and 60. RGB value is (6,78,96). Sum of RGB (Red+Green+Blue) = 6+78+96=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #064E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E60 is #F9B19F. Grayscale: #3A3A3A. Windows color (decimal): -16363936 or 6311430. OLE color: 6311430.
HSL color Cylindrical-coordinate representation of color #064E60: hue angle of 192º 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 #064E60 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 78 | 96 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.62 |
| HSL | 192º | 0.88% | 0.2% | - |
| HSV(B) | 192º | 0.94% | 0.38% | - |
| XYZ | 4.91 | 6.33 | 12.03 | - |
| YUV | 58.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 96 | 0.94 | 0.19 | 0 | 0.62 | 192 | 0.88 | 0.2 |
| Hex | 6 | 4E | 60 | 5E | 13 | 0 | 3E | C0 | 58 | 14 |
| Octal | 6 | 116 | 140 | 136 | 23 | 0 | 76 | 300 | 130 | 24 |
| Binary | 110 | 1001110 | 1100000 | 1011110 | 10011 | 0 | 111110 | 11000000 | 1011000 | 10100 |
Color Harmonies of #064E60
Complementary color
Monochromatic Colors of #064E60
Black with #064E60
Text Example
Text Example
White with #064E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E60; }
p { color: rgb(6,78,96); }
H1.HeaderClassName
{
color: #064E60;
}
.AnyTagClassName
{
color: #064E60;
}
</style>
background-color css
<style>
a { background-color: #064E60; }
a { background-color: rgb(6,78,96); }
div.DivClassName
{
background-color: #064E60;
}
.BgClassName
{
background-color: #064E60;
}
</style>
border-color css
<style>
span { border-color: #064E60; }
span { border-color: rgb(6,78,96); }
td.TdClassName
{
border-color: #064E60;
}
.TagClassName
{
border-color: #064E60;
}
</style>