Shades of Sherpa Blue #06515A
Tints of Sherpa Blue #06515A
RGB
CMYK
RGB Variations
Color information
#06515A (or 0x06515A) is known color: Sherpa Blue. HEX triplet: 06, 51 and 5A. RGB value is (6,81,90). Sum of RGB (Red+Green+Blue) = 6+81+90=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #06515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06515A is #F9AEA5. Grayscale: #3B3B3B. Windows color (decimal): -16363174 or 5918982. OLE color: 5918982.
HSL color Cylindrical-coordinate representation of color #06515A: hue angle of 186.43º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06515A is Cyan = 0.93, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 81 | 90 | - |
| CMYK | 0.93 | 0.1 | 0 | 0.65 |
| HSL | 186.43º | 0.88% | 0.19% | - |
| HSV(B) | 186.43º | 0.93% | 0.35% | - |
| XYZ | 4.86 | 6.66 | 10.7 | - |
| YUV | 59.6 | 145.15 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 90 | 0.93 | 0.1 | 0 | 0.65 | 186.43 | 0.88 | 0.19 |
| Hex | 6 | 51 | 5A | 5D | A | 0 | 41 | BA | 58 | 13 |
| Octal | 6 | 121 | 132 | 135 | 12 | 0 | 101 | 272 | 130 | 23 |
| Binary | 110 | 1010001 | 1011010 | 1011101 | 1010 | 0 | 1000001 | 10111010 | 1011000 | 10011 |
Color Harmonies of #06515A
Complementary color
Monochromatic Colors of #06515A
Black with #06515A
Text Example
Text Example
White with #06515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06515A; }
p { color: rgb(6,81,90); }
H1.HeaderClassName
{
color: #06515A;
}
.AnyTagClassName
{
color: #06515A;
}
</style>
background-color css
<style>
a { background-color: #06515A; }
a { background-color: rgb(6,81,90); }
div.DivClassName
{
background-color: #06515A;
}
.BgClassName
{
background-color: #06515A;
}
</style>
border-color css
<style>
span { border-color: #06515A; }
span { border-color: rgb(6,81,90); }
td.TdClassName
{
border-color: #06515A;
}
.TagClassName
{
border-color: #06515A;
}
</style>