Shades of Sherpa Blue #064F57
Tints of Sherpa Blue #064F57
RGB
CMYK
RGB Variations
Color information
#064F57 (or 0x064F57) is known color: Sherpa Blue. HEX triplet: 06, 4F and 57. RGB value is (6,79,87). Sum of RGB (Red+Green+Blue) = 6+79+87=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #064F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F57 is #F9B0A8. Grayscale: #393939. Windows color (decimal): -16363689 or 5721862. OLE color: 5721862.
HSL color Cylindrical-coordinate representation of color #064F57: hue angle of 185.93º 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 #064F57 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 79 | 87 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.66 |
| HSL | 185.93º | 0.87% | 0.18% | - |
| HSV(B) | 185.93º | 0.93% | 0.34% | - |
| XYZ | 4.59 | 6.32 | 9.99 | - |
| YUV | 58.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 87 | 0.93 | 0.09 | 0 | 0.66 | 185.93 | 0.87 | 0.18 |
| Hex | 6 | 4F | 57 | 5D | 9 | 0 | 42 | BA | 57 | 12 |
| Octal | 6 | 117 | 127 | 135 | 11 | 0 | 102 | 272 | 127 | 22 |
| Binary | 110 | 1001111 | 1010111 | 1011101 | 1001 | 0 | 1000010 | 10111010 | 1010111 | 10010 |
Color Harmonies of #064F57
Complementary color
Monochromatic Colors of #064F57
Black with #064F57
Text Example
Text Example
White with #064F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F57; }
p { color: rgb(6,79,87); }
H1.HeaderClassName
{
color: #064F57;
}
.AnyTagClassName
{
color: #064F57;
}
</style>
background-color css
<style>
a { background-color: #064F57; }
a { background-color: rgb(6,79,87); }
div.DivClassName
{
background-color: #064F57;
}
.BgClassName
{
background-color: #064F57;
}
</style>
border-color css
<style>
span { border-color: #064F57; }
span { border-color: rgb(6,79,87); }
td.TdClassName
{
border-color: #064F57;
}
.TagClassName
{
border-color: #064F57;
}
</style>