Shades of Sherpa Blue #064456
Tints of Sherpa Blue #064456
RGB
CMYK
RGB Variations
Color information
#064456 (or 0x064456) is known color: Sherpa Blue. HEX triplet: 06, 44 and 56. RGB value is (6,68,86). Sum of RGB (Red+Green+Blue) = 6+68+86=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #064456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064456 is #F9BBA9. Grayscale: #333333. Windows color (decimal): -16366506 or 5653510. OLE color: 5653510.
HSL color Cylindrical-coordinate representation of color #064456: hue angle of 193.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 #064456 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 68 | 86 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.66 |
| HSL | 193.5º | 0.87% | 0.18% | - |
| HSV(B) | 193.5º | 0.93% | 0.34% | - |
| XYZ | 3.82 | 4.84 | 9.54 | - |
| YUV | 51.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 86 | 0.93 | 0.21 | 0 | 0.66 | 193.5 | 0.87 | 0.18 |
| Hex | 6 | 44 | 56 | 5D | 15 | 0 | 42 | C2 | 57 | 12 |
| Octal | 6 | 104 | 126 | 135 | 25 | 0 | 102 | 302 | 127 | 22 |
| Binary | 110 | 1000100 | 1010110 | 1011101 | 10101 | 0 | 1000010 | 11000010 | 1010111 | 10010 |
Color Harmonies of #064456
Complementary color
Monochromatic Colors of #064456
Black with #064456
Text Example
Text Example
White with #064456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064456; }
p { color: rgb(6,68,86); }
H1.HeaderClassName
{
color: #064456;
}
.AnyTagClassName
{
color: #064456;
}
</style>
background-color css
<style>
a { background-color: #064456; }
a { background-color: rgb(6,68,86); }
div.DivClassName
{
background-color: #064456;
}
.BgClassName
{
background-color: #064456;
}
</style>
border-color css
<style>
span { border-color: #064456; }
span { border-color: rgb(6,68,86); }
td.TdClassName
{
border-color: #064456;
}
.TagClassName
{
border-color: #064456;
}
</style>