Shades of Sherpa Blue #064660
Tints of Sherpa Blue #064660
RGB
CMYK
RGB Variations
Color information
#064660 (or 0x064660) is known color: Sherpa Blue. HEX triplet: 06, 46 and 60. RGB value is (6,70,96). Sum of RGB (Red+Green+Blue) = 6+70+96=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #064660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064660 is #F9B99F. Grayscale: #353535. Windows color (decimal): -16365984 or 6309382. OLE color: 6309382.
HSL color Cylindrical-coordinate representation of color #064660: hue angle of 197.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064660 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 70 | 96 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.62 |
| HSL | 197.33º | 0.88% | 0.2% | - |
| HSV(B) | 197.33º | 0.94% | 0.38% | - |
| XYZ | 4.38 | 5.26 | 11.85 | - |
| YUV | 53.83 | 151.8 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 96 | 0.94 | 0.27 | 0 | 0.62 | 197.33 | 0.88 | 0.2 |
| Hex | 6 | 46 | 60 | 5E | 1B | 0 | 3E | C5 | 58 | 14 |
| Octal | 6 | 106 | 140 | 136 | 33 | 0 | 76 | 305 | 130 | 24 |
| Binary | 110 | 1000110 | 1100000 | 1011110 | 11011 | 0 | 111110 | 11000101 | 1011000 | 10100 |
Color Harmonies of #064660
Complementary color
Monochromatic Colors of #064660
Black with #064660
Text Example
Text Example
White with #064660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064660; }
p { color: rgb(6,70,96); }
H1.HeaderClassName
{
color: #064660;
}
.AnyTagClassName
{
color: #064660;
}
</style>
background-color css
<style>
a { background-color: #064660; }
a { background-color: rgb(6,70,96); }
div.DivClassName
{
background-color: #064660;
}
.BgClassName
{
background-color: #064660;
}
</style>
border-color css
<style>
span { border-color: #064660; }
span { border-color: rgb(6,70,96); }
td.TdClassName
{
border-color: #064660;
}
.TagClassName
{
border-color: #064660;
}
</style>