Shades of Sherpa Blue #064449
Tints of Sherpa Blue #064449
RGB
CMYK
RGB Variations
Color information
#064449 (or 0x064449) is known color: Sherpa Blue. HEX triplet: 06, 44 and 49. RGB value is (6,68,73). Sum of RGB (Red+Green+Blue) = 6+68+73=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #064449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064449 is #F9BBB6. Grayscale: #313131. Windows color (decimal): -16366519 or 4801542. OLE color: 4801542.
HSL color Cylindrical-coordinate representation of color #064449: hue angle of 184.48º 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 #064449 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 68 | 73 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.71 |
| HSL | 184.48º | 0.85% | 0.15% | - |
| HSV(B) | 184.48º | 0.92% | 0.29% | - |
| XYZ | 3.34 | 4.65 | 7.03 | - |
| YUV | 50.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 73 | 0.92 | 0.07 | 0 | 0.71 | 184.48 | 0.85 | 0.15 |
| Hex | 6 | 44 | 49 | 5C | 7 | 0 | 47 | B8 | 55 | F |
| Octal | 6 | 104 | 111 | 134 | 7 | 0 | 107 | 270 | 125 | 17 |
| Binary | 110 | 1000100 | 1001001 | 1011100 | 111 | 0 | 1000111 | 10111000 | 1010101 | 1111 |
Color Harmonies of #064449
Complementary color
Monochromatic Colors of #064449
Black with #064449
Text Example
Text Example
White with #064449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064449; }
p { color: rgb(6,68,73); }
H1.HeaderClassName
{
color: #064449;
}
.AnyTagClassName
{
color: #064449;
}
</style>
background-color css
<style>
a { background-color: #064449; }
a { background-color: rgb(6,68,73); }
div.DivClassName
{
background-color: #064449;
}
.BgClassName
{
background-color: #064449;
}
</style>
border-color css
<style>
span { border-color: #064449; }
span { border-color: rgb(6,68,73); }
td.TdClassName
{
border-color: #064449;
}
.TagClassName
{
border-color: #064449;
}
</style>