Shades of Sherpa Blue #065260
Tints of Sherpa Blue #065260
RGB
CMYK
RGB Variations
Color information
#065260 (or 0x065260) is known color: Sherpa Blue. HEX triplet: 06, 52 and 60. RGB value is (6,82,96). Sum of RGB (Red+Green+Blue) = 6+82+96=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #065260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065260 is #F9AD9F. Grayscale: #3C3C3C. Windows color (decimal): -16362912 or 6312454. OLE color: 6312454.
HSL color Cylindrical-coordinate representation of color #065260: hue angle of 189.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065260 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 82 | 96 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.62 |
| HSL | 189.33º | 0.88% | 0.2% | - |
| HSV(B) | 189.33º | 0.94% | 0.38% | - |
| XYZ | 5.2 | 6.92 | 12.13 | - |
| YUV | 60.87 | 147.82 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 96 | 0.94 | 0.15 | 0 | 0.62 | 189.33 | 0.88 | 0.2 |
| Hex | 6 | 52 | 60 | 5E | F | 0 | 3E | BD | 58 | 14 |
| Octal | 6 | 122 | 140 | 136 | 17 | 0 | 76 | 275 | 130 | 24 |
| Binary | 110 | 1010010 | 1100000 | 1011110 | 1111 | 0 | 111110 | 10111101 | 1011000 | 10100 |
Color Harmonies of #065260
Complementary color
Monochromatic Colors of #065260
Black with #065260
Text Example
Text Example
White with #065260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065260; }
p { color: rgb(6,82,96); }
H1.HeaderClassName
{
color: #065260;
}
.AnyTagClassName
{
color: #065260;
}
</style>
background-color css
<style>
a { background-color: #065260; }
a { background-color: rgb(6,82,96); }
div.DivClassName
{
background-color: #065260;
}
.BgClassName
{
background-color: #065260;
}
</style>
border-color css
<style>
span { border-color: #065260; }
span { border-color: rgb(6,82,96); }
td.TdClassName
{
border-color: #065260;
}
.TagClassName
{
border-color: #065260;
}
</style>