Shades of Sherpa Blue #06494E
Tints of Sherpa Blue #06494E
RGB
CMYK
RGB Variations
Color information
#06494E (or 0x06494E) is known color: Sherpa Blue. HEX triplet: 06, 49 and 4E. RGB value is (6,73,78). Sum of RGB (Red+Green+Blue) = 6+73+78=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #06494E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06494E is #F9B6B1. Grayscale: #353535. Windows color (decimal): -16365234 or 5130502. OLE color: 5130502.
HSL color Cylindrical-coordinate representation of color #06494E: hue angle of 184.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06494E is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 73 | 78 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.69 |
| HSL | 184.17º | 0.86% | 0.16% | - |
| HSV(B) | 184.17º | 0.92% | 0.31% | - |
| XYZ | 3.83 | 5.35 | 8.04 | - |
| YUV | 53.54 | 141.8 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 78 | 0.92 | 0.06 | 0 | 0.69 | 184.17 | 0.86 | 0.16 |
| Hex | 6 | 49 | 4E | 5C | 6 | 0 | 45 | B8 | 56 | 10 |
| Octal | 6 | 111 | 116 | 134 | 6 | 0 | 105 | 270 | 126 | 20 |
| Binary | 110 | 1001001 | 1001110 | 1011100 | 110 | 0 | 1000101 | 10111000 | 1010110 | 10000 |
Color Harmonies of #06494E
Complementary color
Monochromatic Colors of #06494E
Black with #06494E
Text Example
Text Example
White with #06494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06494E; }
p { color: rgb(6,73,78); }
H1.HeaderClassName
{
color: #06494E;
}
.AnyTagClassName
{
color: #06494E;
}
</style>
background-color css
<style>
a { background-color: #06494E; }
a { background-color: rgb(6,73,78); }
div.DivClassName
{
background-color: #06494E;
}
.BgClassName
{
background-color: #06494E;
}
</style>
border-color css
<style>
span { border-color: #06494E; }
span { border-color: rgb(6,73,78); }
td.TdClassName
{
border-color: #06494E;
}
.TagClassName
{
border-color: #06494E;
}
</style>