Shades of Sherpa Blue #064A60
Tints of Sherpa Blue #064A60
RGB
CMYK
RGB Variations
Color information
#064A60 (or 0x064A60) is known color: Sherpa Blue. HEX triplet: 06, 4A and 60. RGB value is (6,74,96). Sum of RGB (Red+Green+Blue) = 6+74+96=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #064A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A60 is #F9B59F. Grayscale: #383838. Windows color (decimal): -16364960 or 6310406. OLE color: 6310406.
HSL color Cylindrical-coordinate representation of color #064A60: hue angle of 194.67º 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 #064A60 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 74 | 96 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.62 |
| HSL | 194.67º | 0.88% | 0.2% | - |
| HSV(B) | 194.67º | 0.94% | 0.38% | - |
| XYZ | 4.64 | 5.78 | 11.94 | - |
| YUV | 56.18 | 150.47 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 96 | 0.94 | 0.23 | 0 | 0.62 | 194.67 | 0.88 | 0.2 |
| Hex | 6 | 4A | 60 | 5E | 17 | 0 | 3E | C3 | 58 | 14 |
| Octal | 6 | 112 | 140 | 136 | 27 | 0 | 76 | 303 | 130 | 24 |
| Binary | 110 | 1001010 | 1100000 | 1011110 | 10111 | 0 | 111110 | 11000011 | 1011000 | 10100 |
Color Harmonies of #064A60
Complementary color
Monochromatic Colors of #064A60
Black with #064A60
Text Example
Text Example
White with #064A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A60; }
p { color: rgb(6,74,96); }
H1.HeaderClassName
{
color: #064A60;
}
.AnyTagClassName
{
color: #064A60;
}
</style>
background-color css
<style>
a { background-color: #064A60; }
a { background-color: rgb(6,74,96); }
div.DivClassName
{
background-color: #064A60;
}
.BgClassName
{
background-color: #064A60;
}
</style>
border-color css
<style>
span { border-color: #064A60; }
span { border-color: rgb(6,74,96); }
td.TdClassName
{
border-color: #064A60;
}
.TagClassName
{
border-color: #064A60;
}
</style>