Shades of Sherpa Blue #06495E
Tints of Sherpa Blue #06495E
RGB
CMYK
RGB Variations
Color information
#06495E (or 0x06495E) is known color: Sherpa Blue. HEX triplet: 06, 49 and 5E. RGB value is (6,73,94). Sum of RGB (Red+Green+Blue) = 6+73+94=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #06495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06495E is #F9B6A1. Grayscale: #373737. Windows color (decimal): -16365218 or 6179078. OLE color: 6179078.
HSL color Cylindrical-coordinate representation of color #06495E: hue angle of 194.32º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06495E is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 73 | 94 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.63 |
| HSL | 194.32º | 0.88% | 0.2% | - |
| HSV(B) | 194.32º | 0.94% | 0.37% | - |
| XYZ | 4.48 | 5.61 | 11.44 | - |
| YUV | 55.36 | 149.8 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 94 | 0.94 | 0.22 | 0 | 0.63 | 194.32 | 0.88 | 0.2 |
| Hex | 6 | 49 | 5E | 5E | 16 | 0 | 3F | C2 | 58 | 14 |
| Octal | 6 | 111 | 136 | 136 | 26 | 0 | 77 | 302 | 130 | 24 |
| Binary | 110 | 1001001 | 1011110 | 1011110 | 10110 | 0 | 111111 | 11000010 | 1011000 | 10100 |
Color Harmonies of #06495E
Complementary color
Monochromatic Colors of #06495E
Black with #06495E
Text Example
Text Example
White with #06495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06495E; }
p { color: rgb(6,73,94); }
H1.HeaderClassName
{
color: #06495E;
}
.AnyTagClassName
{
color: #06495E;
}
</style>
background-color css
<style>
a { background-color: #06495E; }
a { background-color: rgb(6,73,94); }
div.DivClassName
{
background-color: #06495E;
}
.BgClassName
{
background-color: #06495E;
}
</style>
border-color css
<style>
span { border-color: #06495E; }
span { border-color: rgb(6,73,94); }
td.TdClassName
{
border-color: #06495E;
}
.TagClassName
{
border-color: #06495E;
}
</style>