Shades of Sherpa Blue #065154
Tints of Sherpa Blue #065154
RGB
CMYK
RGB Variations
Color information
#065154 (or 0x065154) is known color: Sherpa Blue. HEX triplet: 06, 51 and 54. RGB value is (6,81,84). Sum of RGB (Red+Green+Blue) = 6+81+84=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #065154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065154 is #F9AEAB. Grayscale: #3A3A3A. Windows color (decimal): -16363180 or 5525766. OLE color: 5525766.
HSL color Cylindrical-coordinate representation of color #065154: hue angle of 182.31º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065154 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 81 | 84 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.67 |
| HSL | 182.31º | 0.87% | 0.18% | - |
| HSV(B) | 182.31º | 0.93% | 0.33% | - |
| XYZ | 4.62 | 6.56 | 9.41 | - |
| YUV | 58.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 84 | 0.93 | 0.04 | 0 | 0.67 | 182.31 | 0.87 | 0.18 |
| Hex | 6 | 51 | 54 | 5D | 4 | 0 | 43 | B6 | 57 | 12 |
| Octal | 6 | 121 | 124 | 135 | 4 | 0 | 103 | 266 | 127 | 22 |
| Binary | 110 | 1010001 | 1010100 | 1011101 | 100 | 0 | 1000011 | 10110110 | 1010111 | 10010 |
Color Harmonies of #065154
Complementary color
Monochromatic Colors of #065154
Black with #065154
Text Example
Text Example
White with #065154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065154; }
p { color: rgb(6,81,84); }
H1.HeaderClassName
{
color: #065154;
}
.AnyTagClassName
{
color: #065154;
}
</style>
background-color css
<style>
a { background-color: #065154; }
a { background-color: rgb(6,81,84); }
div.DivClassName
{
background-color: #065154;
}
.BgClassName
{
background-color: #065154;
}
</style>
border-color css
<style>
span { border-color: #065154; }
span { border-color: rgb(6,81,84); }
td.TdClassName
{
border-color: #065154;
}
.TagClassName
{
border-color: #065154;
}
</style>