Shades of Sherpa Blue #064D4E
Tints of Sherpa Blue #064D4E
RGB
CMYK
RGB Variations
Color information
#064D4E (or 0x064D4E) is known color: Sherpa Blue. HEX triplet: 06, 4D and 4E. RGB value is (6,77,78). Sum of RGB (Red+Green+Blue) = 6+77+78=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #064D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D4E is #F9B2B1. Grayscale: #373737. Windows color (decimal): -16364210 or 5131526. OLE color: 5131526.
HSL color Cylindrical-coordinate representation of color #064D4E: hue angle of 180.83º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D4E is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 77 | 78 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.69 |
| HSL | 180.83º | 0.86% | 0.16% | - |
| HSV(B) | 180.83º | 0.92% | 0.31% | - |
| XYZ | 4.1 | 5.9 | 8.13 | - |
| YUV | 55.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 78 | 0.92 | 0.01 | 0 | 0.69 | 180.83 | 0.86 | 0.16 |
| Hex | 6 | 4D | 4E | 5C | 1 | 0 | 45 | B5 | 56 | 10 |
| Octal | 6 | 115 | 116 | 134 | 1 | 0 | 105 | 265 | 126 | 20 |
| Binary | 110 | 1001101 | 1001110 | 1011100 | 1 | 0 | 1000101 | 10110101 | 1010110 | 10000 |
Color Harmonies of #064D4E
Complementary color
Monochromatic Colors of #064D4E
Black with #064D4E
Text Example
Text Example
White with #064D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D4E; }
p { color: rgb(6,77,78); }
H1.HeaderClassName
{
color: #064D4E;
}
.AnyTagClassName
{
color: #064D4E;
}
</style>
background-color css
<style>
a { background-color: #064D4E; }
a { background-color: rgb(6,77,78); }
div.DivClassName
{
background-color: #064D4E;
}
.BgClassName
{
background-color: #064D4E;
}
</style>
border-color css
<style>
span { border-color: #064D4E; }
span { border-color: rgb(6,77,78); }
td.TdClassName
{
border-color: #064D4E;
}
.TagClassName
{
border-color: #064D4E;
}
</style>