Shades of Sherpa Blue #064257
Tints of Sherpa Blue #064257
RGB
CMYK
RGB Variations
Color information
#064257 (or 0x064257) is known color: Sherpa Blue. HEX triplet: 06, 42 and 57. RGB value is (6,66,87). Sum of RGB (Red+Green+Blue) = 6+66+87=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #064257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064257 is #F9BDA8. Grayscale: #323232. Windows color (decimal): -16367017 or 5718534. OLE color: 5718534.
HSL color Cylindrical-coordinate representation of color #064257: hue angle of 195.56º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064257 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 66 | 87 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.66 |
| HSL | 195.56º | 0.87% | 0.18% | - |
| HSV(B) | 195.56º | 0.93% | 0.34% | - |
| XYZ | 3.74 | 4.62 | 9.71 | - |
| YUV | 50.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 87 | 0.93 | 0.24 | 0 | 0.66 | 195.56 | 0.87 | 0.18 |
| Hex | 6 | 42 | 57 | 5D | 18 | 0 | 42 | C4 | 57 | 12 |
| Octal | 6 | 102 | 127 | 135 | 30 | 0 | 102 | 304 | 127 | 22 |
| Binary | 110 | 1000010 | 1010111 | 1011101 | 11000 | 0 | 1000010 | 11000100 | 1010111 | 10010 |
Color Harmonies of #064257
Complementary color
Monochromatic Colors of #064257
Black with #064257
Text Example
Text Example
White with #064257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064257; }
p { color: rgb(6,66,87); }
H1.HeaderClassName
{
color: #064257;
}
.AnyTagClassName
{
color: #064257;
}
</style>
background-color css
<style>
a { background-color: #064257; }
a { background-color: rgb(6,66,87); }
div.DivClassName
{
background-color: #064257;
}
.BgClassName
{
background-color: #064257;
}
</style>
border-color css
<style>
span { border-color: #064257; }
span { border-color: rgb(6,66,87); }
td.TdClassName
{
border-color: #064257;
}
.TagClassName
{
border-color: #064257;
}
</style>