Shades of Sherpa Blue #064F58
Tints of Sherpa Blue #064F58
RGB
CMYK
RGB Variations
Color information
#064F58 (or 0x064F58) is known color: Sherpa Blue. HEX triplet: 06, 4F and 58. RGB value is (6,79,88). Sum of RGB (Red+Green+Blue) = 6+79+88=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #064F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F58 is #F9B0A7. Grayscale: #3A3A3A. Windows color (decimal): -16363688 or 5787398. OLE color: 5787398.
HSL color Cylindrical-coordinate representation of color #064F58: hue angle of 186.59º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064F58 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 79 | 88 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.65 |
| HSL | 186.59º | 0.87% | 0.18% | - |
| HSV(B) | 186.59º | 0.93% | 0.35% | - |
| XYZ | 4.63 | 6.34 | 10.21 | - |
| YUV | 58.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 88 | 0.93 | 0.10 | 0 | 0.65 | 186.59 | 0.87 | 0.18 |
| Hex | 6 | 4F | 58 | 5D | A | 0 | 41 | BB | 57 | 12 |
| Octal | 6 | 117 | 130 | 135 | 12 | 0 | 101 | 273 | 127 | 22 |
| Binary | 110 | 1001111 | 1011000 | 1011101 | 1010 | 0 | 1000001 | 10111011 | 1010111 | 10010 |
Color Harmonies of #064F58
Complementary color
Monochromatic Colors of #064F58
Black with #064F58
Text Example
Text Example
White with #064F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F58; }
p { color: rgb(6,79,88); }
H1.HeaderClassName
{
color: #064F58;
}
.AnyTagClassName
{
color: #064F58;
}
</style>
background-color css
<style>
a { background-color: #064F58; }
a { background-color: rgb(6,79,88); }
div.DivClassName
{
background-color: #064F58;
}
.BgClassName
{
background-color: #064F58;
}
</style>
border-color css
<style>
span { border-color: #064F58; }
span { border-color: rgb(6,79,88); }
td.TdClassName
{
border-color: #064F58;
}
.TagClassName
{
border-color: #064F58;
}
</style>