Shades of Sherpa Blue #064355
Tints of Sherpa Blue #064355
RGB
CMYK
RGB Variations
Color information
#064355 (or 0x064355) is known color: Sherpa Blue. HEX triplet: 06, 43 and 55. RGB value is (6,67,85). Sum of RGB (Red+Green+Blue) = 6+67+85=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #064355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064355 is #F9BCAA. Grayscale: #323232. Windows color (decimal): -16366763 or 5587718. OLE color: 5587718.
HSL color Cylindrical-coordinate representation of color #064355: hue angle of 193.67º 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 #064355 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 67 | 85 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.67 |
| HSL | 193.67º | 0.87% | 0.18% | - |
| HSV(B) | 193.67º | 0.93% | 0.33% | - |
| XYZ | 3.72 | 4.71 | 9.31 | - |
| YUV | 50.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 85 | 0.93 | 0.21 | 0 | 0.67 | 193.67 | 0.87 | 0.18 |
| Hex | 6 | 43 | 55 | 5D | 15 | 0 | 43 | C2 | 57 | 12 |
| Octal | 6 | 103 | 125 | 135 | 25 | 0 | 103 | 302 | 127 | 22 |
| Binary | 110 | 1000011 | 1010101 | 1011101 | 10101 | 0 | 1000011 | 11000010 | 1010111 | 10010 |
Color Harmonies of #064355
Complementary color
Monochromatic Colors of #064355
Black with #064355
Text Example
Text Example
White with #064355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064355; }
p { color: rgb(6,67,85); }
H1.HeaderClassName
{
color: #064355;
}
.AnyTagClassName
{
color: #064355;
}
</style>
background-color css
<style>
a { background-color: #064355; }
a { background-color: rgb(6,67,85); }
div.DivClassName
{
background-color: #064355;
}
.BgClassName
{
background-color: #064355;
}
</style>
border-color css
<style>
span { border-color: #064355; }
span { border-color: rgb(6,67,85); }
td.TdClassName
{
border-color: #064355;
}
.TagClassName
{
border-color: #064355;
}
</style>