Shades of Sherpa Blue #064E57
Tints of Sherpa Blue #064E57
RGB
CMYK
RGB Variations
Color information
#064E57 (or 0x064E57) is known color: Sherpa Blue. HEX triplet: 06, 4E and 57. RGB value is (6,78,87). Sum of RGB (Red+Green+Blue) = 6+78+87=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #064E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E57 is #F9B1A8. Grayscale: #393939. Windows color (decimal): -16363945 or 5721606. OLE color: 5721606.
HSL color Cylindrical-coordinate representation of color #064E57: hue angle of 186.67º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064E57 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 78 | 87 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.66 |
| HSL | 186.67º | 0.87% | 0.18% | - |
| HSV(B) | 186.67º | 0.93% | 0.34% | - |
| XYZ | 4.52 | 6.18 | 9.97 | - |
| YUV | 57.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 87 | 0.93 | 0.10 | 0 | 0.66 | 186.67 | 0.87 | 0.18 |
| Hex | 6 | 4E | 57 | 5D | A | 0 | 42 | BB | 57 | 12 |
| Octal | 6 | 116 | 127 | 135 | 12 | 0 | 102 | 273 | 127 | 22 |
| Binary | 110 | 1001110 | 1010111 | 1011101 | 1010 | 0 | 1000010 | 10111011 | 1010111 | 10010 |
Color Harmonies of #064E57
Complementary color
Monochromatic Colors of #064E57
Black with #064E57
Text Example
Text Example
White with #064E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E57; }
p { color: rgb(6,78,87); }
H1.HeaderClassName
{
color: #064E57;
}
.AnyTagClassName
{
color: #064E57;
}
</style>
background-color css
<style>
a { background-color: #064E57; }
a { background-color: rgb(6,78,87); }
div.DivClassName
{
background-color: #064E57;
}
.BgClassName
{
background-color: #064E57;
}
</style>
border-color css
<style>
span { border-color: #064E57; }
span { border-color: rgb(6,78,87); }
td.TdClassName
{
border-color: #064E57;
}
.TagClassName
{
border-color: #064E57;
}
</style>