Shades of Sherpa Blue #064850
Tints of Sherpa Blue #064850
RGB
CMYK
RGB Variations
Color information
#064850 (or 0x064850) is known color: Sherpa Blue. HEX triplet: 06, 48 and 50. RGB value is (6,72,80). Sum of RGB (Red+Green+Blue) = 6+72+80=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #064850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064850 is #F9B7AF. Grayscale: #353535. Windows color (decimal): -16365488 or 5261318. OLE color: 5261318.
HSL color Cylindrical-coordinate representation of color #064850: hue angle of 186.49º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064850 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 72 | 80 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.69 |
| HSL | 186.49º | 0.86% | 0.17% | - |
| HSV(B) | 186.49º | 0.93% | 0.31% | - |
| XYZ | 3.84 | 5.25 | 8.4 | - |
| YUV | 53.18 | 143.13 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 80 | 0.92 | 0.10 | 0 | 0.69 | 186.49 | 0.86 | 0.17 |
| Hex | 6 | 48 | 50 | 5C | A | 0 | 45 | BA | 56 | 11 |
| Octal | 6 | 110 | 120 | 134 | 12 | 0 | 105 | 272 | 126 | 21 |
| Binary | 110 | 1001000 | 1010000 | 1011100 | 1010 | 0 | 1000101 | 10111010 | 1010110 | 10001 |
Color Harmonies of #064850
Complementary color
Monochromatic Colors of #064850
Black with #064850
Text Example
Text Example
White with #064850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064850; }
p { color: rgb(6,72,80); }
H1.HeaderClassName
{
color: #064850;
}
.AnyTagClassName
{
color: #064850;
}
</style>
background-color css
<style>
a { background-color: #064850; }
a { background-color: rgb(6,72,80); }
div.DivClassName
{
background-color: #064850;
}
.BgClassName
{
background-color: #064850;
}
</style>
border-color css
<style>
span { border-color: #064850; }
span { border-color: rgb(6,72,80); }
td.TdClassName
{
border-color: #064850;
}
.TagClassName
{
border-color: #064850;
}
</style>