Shades of Sherpa Blue #064249
Tints of Sherpa Blue #064249
RGB
CMYK
RGB Variations
Color information
#064249 (or 0x064249) is known color: Sherpa Blue. HEX triplet: 06, 42 and 49. RGB value is (6,66,73). Sum of RGB (Red+Green+Blue) = 6+66+73=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #064249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064249 is #F9BDB6. Grayscale: #303030. Windows color (decimal): -16367031 or 4801030. OLE color: 4801030.
HSL color Cylindrical-coordinate representation of color #064249: hue angle of 186.27º 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 #064249 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 66 | 73 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.71 |
| HSL | 186.27º | 0.85% | 0.15% | - |
| HSV(B) | 186.27º | 0.92% | 0.29% | - |
| XYZ | 3.23 | 4.42 | 6.99 | - |
| YUV | 48.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 73 | 0.92 | 0.10 | 0 | 0.71 | 186.27 | 0.85 | 0.15 |
| Hex | 6 | 42 | 49 | 5C | A | 0 | 47 | BA | 55 | F |
| Octal | 6 | 102 | 111 | 134 | 12 | 0 | 107 | 272 | 125 | 17 |
| Binary | 110 | 1000010 | 1001001 | 1011100 | 1010 | 0 | 1000111 | 10111010 | 1010101 | 1111 |
Color Harmonies of #064249
Complementary color
Monochromatic Colors of #064249
Black with #064249
Text Example
Text Example
White with #064249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064249; }
p { color: rgb(6,66,73); }
H1.HeaderClassName
{
color: #064249;
}
.AnyTagClassName
{
color: #064249;
}
</style>
background-color css
<style>
a { background-color: #064249; }
a { background-color: rgb(6,66,73); }
div.DivClassName
{
background-color: #064249;
}
.BgClassName
{
background-color: #064249;
}
</style>
border-color css
<style>
span { border-color: #064249; }
span { border-color: rgb(6,66,73); }
td.TdClassName
{
border-color: #064249;
}
.TagClassName
{
border-color: #064249;
}
</style>