Shades of Sherpa Blue #06505C
Tints of Sherpa Blue #06505C
RGB
CMYK
RGB Variations
Color information
#06505C (or 0x06505C) is known color: Sherpa Blue. HEX triplet: 06, 50 and 5C. RGB value is (6,80,92). Sum of RGB (Red+Green+Blue) = 6+80+92=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #06505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06505C is #F9AFA3. Grayscale: #3B3B3B. Windows color (decimal): -16363428 or 6049798. OLE color: 6049798.
HSL color Cylindrical-coordinate representation of color #06505C: hue angle of 188.37º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06505C is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 80 | 92 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.64 |
| HSL | 188.37º | 0.88% | 0.19% | - |
| HSV(B) | 188.37º | 0.93% | 0.36% | - |
| XYZ | 4.88 | 6.55 | 11.13 | - |
| YUV | 59.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 92 | 0.93 | 0.13 | 0 | 0.64 | 188.37 | 0.88 | 0.19 |
| Hex | 6 | 50 | 5C | 5D | D | 0 | 40 | BC | 58 | 13 |
| Octal | 6 | 120 | 134 | 135 | 15 | 0 | 100 | 274 | 130 | 23 |
| Binary | 110 | 1010000 | 1011100 | 1011101 | 1101 | 0 | 1000000 | 10111100 | 1011000 | 10011 |
Color Harmonies of #06505C
Complementary color
Monochromatic Colors of #06505C
Black with #06505C
Text Example
Text Example
White with #06505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06505C; }
p { color: rgb(6,80,92); }
H1.HeaderClassName
{
color: #06505C;
}
.AnyTagClassName
{
color: #06505C;
}
</style>
background-color css
<style>
a { background-color: #06505C; }
a { background-color: rgb(6,80,92); }
div.DivClassName
{
background-color: #06505C;
}
.BgClassName
{
background-color: #06505C;
}
</style>
border-color css
<style>
span { border-color: #06505C; }
span { border-color: rgb(6,80,92); }
td.TdClassName
{
border-color: #06505C;
}
.TagClassName
{
border-color: #06505C;
}
</style>