Shades of Sherpa Blue #064949
Tints of Sherpa Blue #064949
RGB
CMYK
RGB Variations
Color information
#064949 (or 0x064949) is known color: Sherpa Blue. HEX triplet: 06, 49 and 49. RGB value is (6,73,73). Sum of RGB (Red+Green+Blue) = 6+73+73=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #064949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064949 is #F9B6B6. Grayscale: #343434. Windows color (decimal): -16365239 or 4802822. OLE color: 4802822.
HSL color Cylindrical-coordinate representation of color #064949: hue angle of 180º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064949 is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 73 | - |
| CMYK | 0.92 | 0 | 0 | 0.71 |
| HSL | 180º | 0.85% | 0.15% | - |
| HSV(B) | 180º | 0.92% | 0.29% | - |
| XYZ | 3.66 | 5.28 | 7.13 | - |
| YUV | 52.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 73 | 0.92 | 0 | 0 | 0.71 | 180 | 0.85 | 0.15 |
| Hex | 6 | 49 | 49 | 5C | 0 | 0 | 47 | B4 | 55 | F |
| Octal | 6 | 111 | 111 | 134 | 0 | 0 | 107 | 264 | 125 | 17 |
| Binary | 110 | 1001001 | 1001001 | 1011100 | 0 | 0 | 1000111 | 10110100 | 1010101 | 1111 |
Color Harmonies of #064949
Complementary color
Monochromatic Colors of #064949
Black with #064949
Text Example
Text Example
White with #064949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064949; }
p { color: rgb(6,73,73); }
H1.HeaderClassName
{
color: #064949;
}
.AnyTagClassName
{
color: #064949;
}
</style>
background-color css
<style>
a { background-color: #064949; }
a { background-color: rgb(6,73,73); }
div.DivClassName
{
background-color: #064949;
}
.BgClassName
{
background-color: #064949;
}
</style>
border-color css
<style>
span { border-color: #064949; }
span { border-color: rgb(6,73,73); }
td.TdClassName
{
border-color: #064949;
}
.TagClassName
{
border-color: #064949;
}
</style>