Shades of Sherpa Blue #064C5D
Tints of Sherpa Blue #064C5D
RGB
CMYK
RGB Variations
Color information
#064C5D (or 0x064C5D) is known color: Sherpa Blue. HEX triplet: 06, 4C and 5D. RGB value is (6,76,93). Sum of RGB (Red+Green+Blue) = 6+76+93=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #064C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C5D is #F9B3A2. Grayscale: #383838. Windows color (decimal): -16364451 or 6114310. OLE color: 6114310.
HSL color Cylindrical-coordinate representation of color #064C5D: hue angle of 191.72º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064C5D is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 76 | 93 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.64 |
| HSL | 191.72º | 0.88% | 0.19% | - |
| HSV(B) | 191.72º | 0.94% | 0.36% | - |
| XYZ | 4.64 | 6 | 11.27 | - |
| YUV | 57.01 | 148.31 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 93 | 0.94 | 0.18 | 0 | 0.64 | 191.72 | 0.88 | 0.19 |
| Hex | 6 | 4C | 5D | 5E | 12 | 0 | 40 | C0 | 58 | 13 |
| Octal | 6 | 114 | 135 | 136 | 22 | 0 | 100 | 300 | 130 | 23 |
| Binary | 110 | 1001100 | 1011101 | 1011110 | 10010 | 0 | 1000000 | 11000000 | 1011000 | 10011 |
Color Harmonies of #064C5D
Complementary color
Monochromatic Colors of #064C5D
Black with #064C5D
Text Example
Text Example
White with #064C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C5D; }
p { color: rgb(6,76,93); }
H1.HeaderClassName
{
color: #064C5D;
}
.AnyTagClassName
{
color: #064C5D;
}
</style>
background-color css
<style>
a { background-color: #064C5D; }
a { background-color: rgb(6,76,93); }
div.DivClassName
{
background-color: #064C5D;
}
.BgClassName
{
background-color: #064C5D;
}
</style>
border-color css
<style>
span { border-color: #064C5D; }
span { border-color: rgb(6,76,93); }
td.TdClassName
{
border-color: #064C5D;
}
.TagClassName
{
border-color: #064C5D;
}
</style>