Shades of Sherpa Blue #064854
Tints of Sherpa Blue #064854
RGB
CMYK
RGB Variations
Color information
#064854 (or 0x064854) is known color: Sherpa Blue. HEX triplet: 06, 48 and 54. RGB value is (6,72,84). Sum of RGB (Red+Green+Blue) = 6+72+84=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #064854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064854 is #F9B7AB. Grayscale: #353535. Windows color (decimal): -16365484 or 5523462. OLE color: 5523462.
HSL color Cylindrical-coordinate representation of color #064854: hue angle of 189.23º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064854 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 72 | 84 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.67 |
| HSL | 189.23º | 0.87% | 0.18% | - |
| HSV(B) | 189.23º | 0.93% | 0.33% | - |
| XYZ | 3.99 | 5.31 | 9.2 | - |
| YUV | 53.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 84 | 0.93 | 0.14 | 0 | 0.67 | 189.23 | 0.87 | 0.18 |
| Hex | 6 | 48 | 54 | 5D | E | 0 | 43 | BD | 57 | 12 |
| Octal | 6 | 110 | 124 | 135 | 16 | 0 | 103 | 275 | 127 | 22 |
| Binary | 110 | 1001000 | 1010100 | 1011101 | 1110 | 0 | 1000011 | 10111101 | 1010111 | 10010 |
Color Harmonies of #064854
Complementary color
Monochromatic Colors of #064854
Black with #064854
Text Example
Text Example
White with #064854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064854; }
p { color: rgb(6,72,84); }
H1.HeaderClassName
{
color: #064854;
}
.AnyTagClassName
{
color: #064854;
}
</style>
background-color css
<style>
a { background-color: #064854; }
a { background-color: rgb(6,72,84); }
div.DivClassName
{
background-color: #064854;
}
.BgClassName
{
background-color: #064854;
}
</style>
border-color css
<style>
span { border-color: #064854; }
span { border-color: rgb(6,72,84); }
td.TdClassName
{
border-color: #064854;
}
.TagClassName
{
border-color: #064854;
}
</style>