Shades of Sherpa Blue #064F54
Tints of Sherpa Blue #064F54
RGB
CMYK
RGB Variations
Color information
#064F54 (or 0x064F54) is known color: Sherpa Blue. HEX triplet: 06, 4F and 54. RGB value is (6,79,84). Sum of RGB (Red+Green+Blue) = 6+79+84=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #064F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F54 is #F9B0AB. Grayscale: #393939. Windows color (decimal): -16363692 or 5525254. OLE color: 5525254.
HSL color Cylindrical-coordinate representation of color #064F54: hue angle of 183.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064F54 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 79 | 84 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.67 |
| HSL | 183.85º | 0.87% | 0.18% | - |
| HSV(B) | 183.85º | 0.93% | 0.33% | - |
| XYZ | 4.47 | 6.27 | 9.36 | - |
| YUV | 57.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 84 | 0.93 | 0.06 | 0 | 0.67 | 183.85 | 0.87 | 0.18 |
| Hex | 6 | 4F | 54 | 5D | 6 | 0 | 43 | B8 | 57 | 12 |
| Octal | 6 | 117 | 124 | 135 | 6 | 0 | 103 | 270 | 127 | 22 |
| Binary | 110 | 1001111 | 1010100 | 1011101 | 110 | 0 | 1000011 | 10111000 | 1010111 | 10010 |
Color Harmonies of #064F54
Complementary color
Monochromatic Colors of #064F54
Black with #064F54
Text Example
Text Example
White with #064F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F54; }
p { color: rgb(6,79,84); }
H1.HeaderClassName
{
color: #064F54;
}
.AnyTagClassName
{
color: #064F54;
}
</style>
background-color css
<style>
a { background-color: #064F54; }
a { background-color: rgb(6,79,84); }
div.DivClassName
{
background-color: #064F54;
}
.BgClassName
{
background-color: #064F54;
}
</style>
border-color css
<style>
span { border-color: #064F54; }
span { border-color: rgb(6,79,84); }
td.TdClassName
{
border-color: #064F54;
}
.TagClassName
{
border-color: #064F54;
}
</style>