Shades of Sherpa Blue #064A59
Tints of Sherpa Blue #064A59
RGB
CMYK
RGB Variations
Color information
#064A59 (or 0x064A59) is known color: Sherpa Blue. HEX triplet: 06, 4A and 59. RGB value is (6,74,89). Sum of RGB (Red+Green+Blue) = 6+74+89=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #064A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A59 is #F9B5A6. Grayscale: #373737. Windows color (decimal): -16364967 or 5851654. OLE color: 5851654.
HSL color Cylindrical-coordinate representation of color #064A59: hue angle of 190.84º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064A59 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 74 | 89 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.65 |
| HSL | 190.84º | 0.87% | 0.19% | - |
| HSV(B) | 190.84º | 0.93% | 0.35% | - |
| XYZ | 4.33 | 5.66 | 10.32 | - |
| YUV | 55.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 89 | 0.93 | 0.17 | 0 | 0.65 | 190.84 | 0.87 | 0.19 |
| Hex | 6 | 4A | 59 | 5D | 11 | 0 | 41 | BF | 57 | 13 |
| Octal | 6 | 112 | 131 | 135 | 21 | 0 | 101 | 277 | 127 | 23 |
| Binary | 110 | 1001010 | 1011001 | 1011101 | 10001 | 0 | 1000001 | 10111111 | 1010111 | 10011 |
Color Harmonies of #064A59
Complementary color
Monochromatic Colors of #064A59
Black with #064A59
Text Example
Text Example
White with #064A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A59; }
p { color: rgb(6,74,89); }
H1.HeaderClassName
{
color: #064A59;
}
.AnyTagClassName
{
color: #064A59;
}
</style>
background-color css
<style>
a { background-color: #064A59; }
a { background-color: rgb(6,74,89); }
div.DivClassName
{
background-color: #064A59;
}
.BgClassName
{
background-color: #064A59;
}
</style>
border-color css
<style>
span { border-color: #064A59; }
span { border-color: rgb(6,74,89); }
td.TdClassName
{
border-color: #064A59;
}
.TagClassName
{
border-color: #064A59;
}
</style>