Shades of Sherpa Blue #064651
Tints of Sherpa Blue #064651
RGB
CMYK
RGB Variations
Color information
#064651 (or 0x064651) is known color: Sherpa Blue. HEX triplet: 06, 46 and 51. RGB value is (6,70,81). Sum of RGB (Red+Green+Blue) = 6+70+81=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #064651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064651 is #F9B9AE. Grayscale: #343434. Windows color (decimal): -16365999 or 5326342. OLE color: 5326342.
HSL color Cylindrical-coordinate representation of color #064651: hue angle of 188.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064651 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 70 | 81 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.68 |
| HSL | 188.8º | 0.86% | 0.17% | - |
| HSV(B) | 188.8º | 0.93% | 0.32% | - |
| XYZ | 3.75 | 5.01 | 8.55 | - |
| YUV | 52.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 81 | 0.93 | 0.14 | 0 | 0.68 | 188.8 | 0.86 | 0.17 |
| Hex | 6 | 46 | 51 | 5D | E | 0 | 44 | BD | 56 | 11 |
| Octal | 6 | 106 | 121 | 135 | 16 | 0 | 104 | 275 | 126 | 21 |
| Binary | 110 | 1000110 | 1010001 | 1011101 | 1110 | 0 | 1000100 | 10111101 | 1010110 | 10001 |
Color Harmonies of #064651
Complementary color
Monochromatic Colors of #064651
Black with #064651
Text Example
Text Example
White with #064651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064651; }
p { color: rgb(6,70,81); }
H1.HeaderClassName
{
color: #064651;
}
.AnyTagClassName
{
color: #064651;
}
</style>
background-color css
<style>
a { background-color: #064651; }
a { background-color: rgb(6,70,81); }
div.DivClassName
{
background-color: #064651;
}
.BgClassName
{
background-color: #064651;
}
</style>
border-color css
<style>
span { border-color: #064651; }
span { border-color: rgb(6,70,81); }
td.TdClassName
{
border-color: #064651;
}
.TagClassName
{
border-color: #064651;
}
</style>