Shades of Sherpa Blue #064C54
Tints of Sherpa Blue #064C54
RGB
CMYK
RGB Variations
Color information
#064C54 (or 0x064C54) is known color: Sherpa Blue. HEX triplet: 06, 4C and 54. RGB value is (6,76,84). Sum of RGB (Red+Green+Blue) = 6+76+84=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #064C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C54 is #F9B3AB. Grayscale: #373737. Windows color (decimal): -16364460 or 5524486. OLE color: 5524486.
HSL color Cylindrical-coordinate representation of color #064C54: hue angle of 186.15º 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 #064C54 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 76 | 84 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.67 |
| HSL | 186.15º | 0.87% | 0.18% | - |
| HSV(B) | 186.15º | 0.93% | 0.33% | - |
| XYZ | 4.26 | 5.85 | 9.29 | - |
| YUV | 55.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 84 | 0.93 | 0.10 | 0 | 0.67 | 186.15 | 0.87 | 0.18 |
| Hex | 6 | 4C | 54 | 5D | A | 0 | 43 | BA | 57 | 12 |
| Octal | 6 | 114 | 124 | 135 | 12 | 0 | 103 | 272 | 127 | 22 |
| Binary | 110 | 1001100 | 1010100 | 1011101 | 1010 | 0 | 1000011 | 10111010 | 1010111 | 10010 |
Color Harmonies of #064C54
Complementary color
Monochromatic Colors of #064C54
Black with #064C54
Text Example
Text Example
White with #064C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C54; }
p { color: rgb(6,76,84); }
H1.HeaderClassName
{
color: #064C54;
}
.AnyTagClassName
{
color: #064C54;
}
</style>
background-color css
<style>
a { background-color: #064C54; }
a { background-color: rgb(6,76,84); }
div.DivClassName
{
background-color: #064C54;
}
.BgClassName
{
background-color: #064C54;
}
</style>
border-color css
<style>
span { border-color: #064C54; }
span { border-color: rgb(6,76,84); }
td.TdClassName
{
border-color: #064C54;
}
.TagClassName
{
border-color: #064C54;
}
</style>