Shades of Sherpa Blue #064153
Tints of Sherpa Blue #064153
RGB
CMYK
RGB Variations
Color information
#064153 (or 0x064153) is known color: Sherpa Blue. HEX triplet: 06, 41 and 53. RGB value is (6,65,83). Sum of RGB (Red+Green+Blue) = 6+65+83=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #064153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064153 is #F9BEAC. Grayscale: #313131. Windows color (decimal): -16367277 or 5456134. OLE color: 5456134.
HSL color Cylindrical-coordinate representation of color #064153: hue angle of 194.03º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064153 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 65 | 83 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.67 |
| HSL | 194.03º | 0.87% | 0.17% | - |
| HSV(B) | 194.03º | 0.93% | 0.33% | - |
| XYZ | 3.53 | 4.44 | 8.86 | - |
| YUV | 49.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 83 | 0.93 | 0.22 | 0 | 0.67 | 194.03 | 0.87 | 0.17 |
| Hex | 6 | 41 | 53 | 5D | 16 | 0 | 43 | C2 | 57 | 11 |
| Octal | 6 | 101 | 123 | 135 | 26 | 0 | 103 | 302 | 127 | 21 |
| Binary | 110 | 1000001 | 1010011 | 1011101 | 10110 | 0 | 1000011 | 11000010 | 1010111 | 10001 |
Color Harmonies of #064153
Complementary color
Monochromatic Colors of #064153
Black with #064153
Text Example
Text Example
White with #064153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064153; }
p { color: rgb(6,65,83); }
H1.HeaderClassName
{
color: #064153;
}
.AnyTagClassName
{
color: #064153;
}
</style>
background-color css
<style>
a { background-color: #064153; }
a { background-color: rgb(6,65,83); }
div.DivClassName
{
background-color: #064153;
}
.BgClassName
{
background-color: #064153;
}
</style>
border-color css
<style>
span { border-color: #064153; }
span { border-color: rgb(6,65,83); }
td.TdClassName
{
border-color: #064153;
}
.TagClassName
{
border-color: #064153;
}
</style>