Shades of Sherpa Blue #064C55
Tints of Sherpa Blue #064C55
RGB
CMYK
RGB Variations
Color information
#064C55 (or 0x064C55) is known color: Sherpa Blue. HEX triplet: 06, 4C and 55. RGB value is (6,76,85). Sum of RGB (Red+Green+Blue) = 6+76+85=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #064C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C55 is #F9B3AA. Grayscale: #373737. Windows color (decimal): -16364459 or 5590022. OLE color: 5590022.
HSL color Cylindrical-coordinate representation of color #064C55: hue angle of 186.84º 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 #064C55 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 76 | 85 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.67 |
| HSL | 186.84º | 0.87% | 0.18% | - |
| HSV(B) | 186.84º | 0.93% | 0.33% | - |
| XYZ | 4.3 | 5.86 | 9.5 | - |
| YUV | 56.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 85 | 0.93 | 0.11 | 0 | 0.67 | 186.84 | 0.87 | 0.18 |
| Hex | 6 | 4C | 55 | 5D | B | 0 | 43 | BB | 57 | 12 |
| Octal | 6 | 114 | 125 | 135 | 13 | 0 | 103 | 273 | 127 | 22 |
| Binary | 110 | 1001100 | 1010101 | 1011101 | 1011 | 0 | 1000011 | 10111011 | 1010111 | 10010 |
Color Harmonies of #064C55
Complementary color
Monochromatic Colors of #064C55
Black with #064C55
Text Example
Text Example
White with #064C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C55; }
p { color: rgb(6,76,85); }
H1.HeaderClassName
{
color: #064C55;
}
.AnyTagClassName
{
color: #064C55;
}
</style>
background-color css
<style>
a { background-color: #064C55; }
a { background-color: rgb(6,76,85); }
div.DivClassName
{
background-color: #064C55;
}
.BgClassName
{
background-color: #064C55;
}
</style>
border-color css
<style>
span { border-color: #064C55; }
span { border-color: rgb(6,76,85); }
td.TdClassName
{
border-color: #064C55;
}
.TagClassName
{
border-color: #064C55;
}
</style>