Shades of Sherpa Blue #064F50
Tints of Sherpa Blue #064F50
RGB
CMYK
RGB Variations
Color information
#064F50 (or 0x064F50) is known color: Sherpa Blue. HEX triplet: 06, 4F and 50. RGB value is (6,79,80). Sum of RGB (Red+Green+Blue) = 6+79+80=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #064F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F50 is #F9B0AF. Grayscale: #393939. Windows color (decimal): -16363696 or 5263110. OLE color: 5263110.
HSL color Cylindrical-coordinate representation of color #064F50: hue angle of 180.81º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064F50 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 79 | 80 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.69 |
| HSL | 180.81º | 0.86% | 0.17% | - |
| HSV(B) | 180.81º | 0.93% | 0.31% | - |
| XYZ | 4.32 | 6.21 | 8.56 | - |
| YUV | 57.29 | 140.82 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 80 | 0.92 | 0.01 | 0 | 0.69 | 180.81 | 0.86 | 0.17 |
| Hex | 6 | 4F | 50 | 5C | 1 | 0 | 45 | B5 | 56 | 11 |
| Octal | 6 | 117 | 120 | 134 | 1 | 0 | 105 | 265 | 126 | 21 |
| Binary | 110 | 1001111 | 1010000 | 1011100 | 1 | 0 | 1000101 | 10110101 | 1010110 | 10001 |
Color Harmonies of #064F50
Complementary color
Monochromatic Colors of #064F50
Black with #064F50
Text Example
Text Example
White with #064F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F50; }
p { color: rgb(6,79,80); }
H1.HeaderClassName
{
color: #064F50;
}
.AnyTagClassName
{
color: #064F50;
}
</style>
background-color css
<style>
a { background-color: #064F50; }
a { background-color: rgb(6,79,80); }
div.DivClassName
{
background-color: #064F50;
}
.BgClassName
{
background-color: #064F50;
}
</style>
border-color css
<style>
span { border-color: #064F50; }
span { border-color: rgb(6,79,80); }
td.TdClassName
{
border-color: #064F50;
}
.TagClassName
{
border-color: #064F50;
}
</style>