Shades of Sherpa Blue #064856
Tints of Sherpa Blue #064856
RGB
CMYK
RGB Variations
Color information
#064856 (or 0x064856) is known color: Sherpa Blue. HEX triplet: 06, 48 and 56. RGB value is (6,72,86). Sum of RGB (Red+Green+Blue) = 6+72+86=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #064856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064856 is #F9B7A9. Grayscale: #353535. Windows color (decimal): -16365482 or 5654534. OLE color: 5654534.
HSL color Cylindrical-coordinate representation of color #064856: hue angle of 190.5º 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 #064856 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 72 | 86 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.66 |
| HSL | 190.5º | 0.87% | 0.18% | - |
| HSV(B) | 190.5º | 0.93% | 0.34% | - |
| XYZ | 4.07 | 5.35 | 9.62 | - |
| YUV | 53.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 86 | 0.93 | 0.16 | 0 | 0.66 | 190.5 | 0.87 | 0.18 |
| Hex | 6 | 48 | 56 | 5D | 10 | 0 | 42 | BE | 57 | 12 |
| Octal | 6 | 110 | 126 | 135 | 20 | 0 | 102 | 276 | 127 | 22 |
| Binary | 110 | 1001000 | 1010110 | 1011101 | 10000 | 0 | 1000010 | 10111110 | 1010111 | 10010 |
Color Harmonies of #064856
Complementary color
Monochromatic Colors of #064856
Black with #064856
Text Example
Text Example
White with #064856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064856; }
p { color: rgb(6,72,86); }
H1.HeaderClassName
{
color: #064856;
}
.AnyTagClassName
{
color: #064856;
}
</style>
background-color css
<style>
a { background-color: #064856; }
a { background-color: rgb(6,72,86); }
div.DivClassName
{
background-color: #064856;
}
.BgClassName
{
background-color: #064856;
}
</style>
border-color css
<style>
span { border-color: #064856; }
span { border-color: rgb(6,72,86); }
td.TdClassName
{
border-color: #064856;
}
.TagClassName
{
border-color: #064856;
}
</style>