Shades of Sherpa Blue #064D4B
Tints of Sherpa Blue #064D4B
RGB
CMYK
RGB Variations
Color information
#064D4B (or 0x064D4B) is known color: Sherpa Blue. HEX triplet: 06, 4D and 4B. RGB value is (6,77,75). Sum of RGB (Red+Green+Blue) = 6+77+75=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #064D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D4B is #F9B2B4. Grayscale: #373737. Windows color (decimal): -16364213 or 4934918. OLE color: 4934918.
HSL color Cylindrical-coordinate representation of color #064D4B: hue angle of 178.31º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D4B is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 77 | 75 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.70 |
| HSL | 178.31º | 0.86% | 0.16% | - |
| HSV(B) | 178.31º | 0.92% | 0.3% | - |
| XYZ | 4 | 5.85 | 7.58 | - |
| YUV | 55.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 75 | 0.92 | 0 | 0.03 | 0.70 | 178.31 | 0.86 | 0.16 |
| Hex | 6 | 4D | 4B | 5C | 0 | 3 | 46 | B2 | 56 | 10 |
| Octal | 6 | 115 | 113 | 134 | 0 | 3 | 106 | 262 | 126 | 20 |
| Binary | 110 | 1001101 | 1001011 | 1011100 | 0 | 11 | 1000110 | 10110010 | 1010110 | 10000 |
Color Harmonies of #064D4B
Complementary color
Monochromatic Colors of #064D4B
Black with #064D4B
Text Example
Text Example
White with #064D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D4B; }
p { color: rgb(6,77,75); }
H1.HeaderClassName
{
color: #064D4B;
}
.AnyTagClassName
{
color: #064D4B;
}
</style>
background-color css
<style>
a { background-color: #064D4B; }
a { background-color: rgb(6,77,75); }
div.DivClassName
{
background-color: #064D4B;
}
.BgClassName
{
background-color: #064D4B;
}
</style>
border-color css
<style>
span { border-color: #064D4B; }
span { border-color: rgb(6,77,75); }
td.TdClassName
{
border-color: #064D4B;
}
.TagClassName
{
border-color: #064D4B;
}
</style>