Shades of Sherpa Blue #064555
Tints of Sherpa Blue #064555
RGB
CMYK
RGB Variations
Color information
#064555 (or 0x064555) is known color: Sherpa Blue. HEX triplet: 06, 45 and 55. RGB value is (6,69,85). Sum of RGB (Red+Green+Blue) = 6+69+85=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #064555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064555 is #F9BAAA. Grayscale: #333333. Windows color (decimal): -16366251 or 5588230. OLE color: 5588230.
HSL color Cylindrical-coordinate representation of color #064555: hue angle of 192.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 #064555 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 69 | 85 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.67 |
| HSL | 192.15º | 0.87% | 0.18% | - |
| HSV(B) | 192.15º | 0.93% | 0.33% | - |
| XYZ | 3.84 | 4.95 | 9.35 | - |
| YUV | 51.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 85 | 0.93 | 0.19 | 0 | 0.67 | 192.15 | 0.87 | 0.18 |
| Hex | 6 | 45 | 55 | 5D | 13 | 0 | 43 | C0 | 57 | 12 |
| Octal | 6 | 105 | 125 | 135 | 23 | 0 | 103 | 300 | 127 | 22 |
| Binary | 110 | 1000101 | 1010101 | 1011101 | 10011 | 0 | 1000011 | 11000000 | 1010111 | 10010 |
Color Harmonies of #064555
Complementary color
Monochromatic Colors of #064555
Black with #064555
Text Example
Text Example
White with #064555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064555; }
p { color: rgb(6,69,85); }
H1.HeaderClassName
{
color: #064555;
}
.AnyTagClassName
{
color: #064555;
}
</style>
background-color css
<style>
a { background-color: #064555; }
a { background-color: rgb(6,69,85); }
div.DivClassName
{
background-color: #064555;
}
.BgClassName
{
background-color: #064555;
}
</style>
border-color css
<style>
span { border-color: #064555; }
span { border-color: rgb(6,69,85); }
td.TdClassName
{
border-color: #064555;
}
.TagClassName
{
border-color: #064555;
}
</style>