Shades of Sherpa Blue #064C51
Tints of Sherpa Blue #064C51
RGB
CMYK
RGB Variations
Color information
#064C51 (or 0x064C51) is known color: Sherpa Blue. HEX triplet: 06, 4C and 51. RGB value is (6,76,81). Sum of RGB (Red+Green+Blue) = 6+76+81=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #064C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C51 is #F9B3AE. Grayscale: #373737. Windows color (decimal): -16364463 or 5327878. OLE color: 5327878.
HSL color Cylindrical-coordinate representation of color #064C51: hue angle of 184º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064C51 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 76 | 81 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.68 |
| HSL | 184º | 0.86% | 0.17% | - |
| HSV(B) | 184º | 0.93% | 0.32% | - |
| XYZ | 4.14 | 5.8 | 8.69 | - |
| YUV | 55.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 81 | 0.93 | 0.06 | 0 | 0.68 | 184 | 0.86 | 0.17 |
| Hex | 6 | 4C | 51 | 5D | 6 | 0 | 44 | B8 | 56 | 11 |
| Octal | 6 | 114 | 121 | 135 | 6 | 0 | 104 | 270 | 126 | 21 |
| Binary | 110 | 1001100 | 1010001 | 1011101 | 110 | 0 | 1000100 | 10111000 | 1010110 | 10001 |
Color Harmonies of #064C51
Complementary color
Monochromatic Colors of #064C51
Black with #064C51
Text Example
Text Example
White with #064C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C51; }
p { color: rgb(6,76,81); }
H1.HeaderClassName
{
color: #064C51;
}
.AnyTagClassName
{
color: #064C51;
}
</style>
background-color css
<style>
a { background-color: #064C51; }
a { background-color: rgb(6,76,81); }
div.DivClassName
{
background-color: #064C51;
}
.BgClassName
{
background-color: #064C51;
}
</style>
border-color css
<style>
span { border-color: #064C51; }
span { border-color: rgb(6,76,81); }
td.TdClassName
{
border-color: #064C51;
}
.TagClassName
{
border-color: #064C51;
}
</style>