Shades of Sherpa Blue #064354
Tints of Sherpa Blue #064354
RGB
CMYK
RGB Variations
Color information
#064354 (or 0x064354) is known color: Sherpa Blue. HEX triplet: 06, 43 and 54. RGB value is (6,67,84). Sum of RGB (Red+Green+Blue) = 6+67+84=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #064354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064354 is #F9BCAB. Grayscale: #323232. Windows color (decimal): -16366764 or 5522182. OLE color: 5522182.
HSL color Cylindrical-coordinate representation of color #064354: hue angle of 193.08º 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 #064354 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 67 | 84 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.67 |
| HSL | 193.08º | 0.87% | 0.18% | - |
| HSV(B) | 193.08º | 0.93% | 0.33% | - |
| XYZ | 3.68 | 4.69 | 9.1 | - |
| YUV | 50.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 84 | 0.93 | 0.20 | 0 | 0.67 | 193.08 | 0.87 | 0.18 |
| Hex | 6 | 43 | 54 | 5D | 14 | 0 | 43 | C1 | 57 | 12 |
| Octal | 6 | 103 | 124 | 135 | 24 | 0 | 103 | 301 | 127 | 22 |
| Binary | 110 | 1000011 | 1010100 | 1011101 | 10100 | 0 | 1000011 | 11000001 | 1010111 | 10010 |
Color Harmonies of #064354
Complementary color
Monochromatic Colors of #064354
Black with #064354
Text Example
Text Example
White with #064354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064354; }
p { color: rgb(6,67,84); }
H1.HeaderClassName
{
color: #064354;
}
.AnyTagClassName
{
color: #064354;
}
</style>
background-color css
<style>
a { background-color: #064354; }
a { background-color: rgb(6,67,84); }
div.DivClassName
{
background-color: #064354;
}
.BgClassName
{
background-color: #064354;
}
</style>
border-color css
<style>
span { border-color: #064354; }
span { border-color: rgb(6,67,84); }
td.TdClassName
{
border-color: #064354;
}
.TagClassName
{
border-color: #064354;
}
</style>