Shades of Sherpa Blue #06454E
Tints of Sherpa Blue #06454E
RGB
CMYK
RGB Variations
Color information
#06454E (or 0x06454E) is known color: Sherpa Blue. HEX triplet: 06, 45 and 4E. RGB value is (6,69,78). Sum of RGB (Red+Green+Blue) = 6+69+78=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #06454E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06454E is #F9BAB1. Grayscale: #333333. Windows color (decimal): -16366258 or 5129478. OLE color: 5129478.
HSL color Cylindrical-coordinate representation of color #06454E: hue angle of 187.5º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06454E is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 69 | 78 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.69 |
| HSL | 187.5º | 0.86% | 0.16% | - |
| HSV(B) | 187.5º | 0.92% | 0.31% | - |
| XYZ | 3.58 | 4.85 | 7.95 | - |
| YUV | 51.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 78 | 0.92 | 0.12 | 0 | 0.69 | 187.5 | 0.86 | 0.16 |
| Hex | 6 | 45 | 4E | 5C | C | 0 | 45 | BC | 56 | 10 |
| Octal | 6 | 105 | 116 | 134 | 14 | 0 | 105 | 274 | 126 | 20 |
| Binary | 110 | 1000101 | 1001110 | 1011100 | 1100 | 0 | 1000101 | 10111100 | 1010110 | 10000 |
Color Harmonies of #06454E
Complementary color
Monochromatic Colors of #06454E
Black with #06454E
Text Example
Text Example
White with #06454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06454E; }
p { color: rgb(6,69,78); }
H1.HeaderClassName
{
color: #06454E;
}
.AnyTagClassName
{
color: #06454E;
}
</style>
background-color css
<style>
a { background-color: #06454E; }
a { background-color: rgb(6,69,78); }
div.DivClassName
{
background-color: #06454E;
}
.BgClassName
{
background-color: #06454E;
}
</style>
border-color css
<style>
span { border-color: #06454E; }
span { border-color: rgb(6,69,78); }
td.TdClassName
{
border-color: #06454E;
}
.TagClassName
{
border-color: #06454E;
}
</style>