Shades of Sherpa Blue #06514C
Tints of Sherpa Blue #06514C
RGB
CMYK
RGB Variations
Color information
#06514C (or 0x06514C) is known color: Sherpa Blue. HEX triplet: 06, 51 and 4C. RGB value is (6,81,76). Sum of RGB (Red+Green+Blue) = 6+81+76=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #06514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06514C is #F9AEB3. Grayscale: #393939. Windows color (decimal): -16363188 or 5001478. OLE color: 5001478.
HSL color Cylindrical-coordinate representation of color #06514C: hue angle of 176º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06514C is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 76 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.68 |
| HSL | 176º | 0.86% | 0.17% | - |
| HSV(B) | 176º | 0.93% | 0.32% | - |
| XYZ | 4.32 | 6.45 | 7.85 | - |
| YUV | 58.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 76 | 0.93 | 0 | 0.06 | 0.68 | 176 | 0.86 | 0.17 |
| Hex | 6 | 51 | 4C | 5D | 0 | 6 | 44 | B0 | 56 | 11 |
| Octal | 6 | 121 | 114 | 135 | 0 | 6 | 104 | 260 | 126 | 21 |
| Binary | 110 | 1010001 | 1001100 | 1011101 | 0 | 110 | 1000100 | 10110000 | 1010110 | 10001 |
Color Harmonies of #06514C
Complementary color
Monochromatic Colors of #06514C
Black with #06514C
Text Example
Text Example
White with #06514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06514C; }
p { color: rgb(6,81,76); }
H1.HeaderClassName
{
color: #06514C;
}
.AnyTagClassName
{
color: #06514C;
}
</style>
background-color css
<style>
a { background-color: #06514C; }
a { background-color: rgb(6,81,76); }
div.DivClassName
{
background-color: #06514C;
}
.BgClassName
{
background-color: #06514C;
}
</style>
border-color css
<style>
span { border-color: #06514C; }
span { border-color: rgb(6,81,76); }
td.TdClassName
{
border-color: #06514C;
}
.TagClassName
{
border-color: #06514C;
}
</style>