Shades of Sherpa Blue #06515D
Tints of Sherpa Blue #06515D
RGB
CMYK
RGB Variations
Color information
#06515D (or 0x06515D) is known color: Sherpa Blue. HEX triplet: 06, 51 and 5D. RGB value is (6,81,93). Sum of RGB (Red+Green+Blue) = 6+81+93=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #06515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06515D is #F9AEA2. Grayscale: #3B3B3B. Windows color (decimal): -16363171 or 6115590. OLE color: 6115590.
HSL color Cylindrical-coordinate representation of color #06515D: hue angle of 188.28º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06515D is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 81 | 93 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.64 |
| HSL | 188.28º | 0.88% | 0.19% | - |
| HSV(B) | 188.28º | 0.94% | 0.36% | - |
| XYZ | 4.99 | 6.71 | 11.39 | - |
| YUV | 59.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 93 | 0.94 | 0.13 | 0 | 0.64 | 188.28 | 0.88 | 0.19 |
| Hex | 6 | 51 | 5D | 5E | D | 0 | 40 | BC | 58 | 13 |
| Octal | 6 | 121 | 135 | 136 | 15 | 0 | 100 | 274 | 130 | 23 |
| Binary | 110 | 1010001 | 1011101 | 1011110 | 1101 | 0 | 1000000 | 10111100 | 1011000 | 10011 |
Color Harmonies of #06515D
Complementary color
Monochromatic Colors of #06515D
Black with #06515D
Text Example
Text Example
White with #06515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06515D; }
p { color: rgb(6,81,93); }
H1.HeaderClassName
{
color: #06515D;
}
.AnyTagClassName
{
color: #06515D;
}
</style>
background-color css
<style>
a { background-color: #06515D; }
a { background-color: rgb(6,81,93); }
div.DivClassName
{
background-color: #06515D;
}
.BgClassName
{
background-color: #06515D;
}
</style>
border-color css
<style>
span { border-color: #06515D; }
span { border-color: rgb(6,81,93); }
td.TdClassName
{
border-color: #06515D;
}
.TagClassName
{
border-color: #06515D;
}
</style>