Shades of Sherpa Blue #06474D
Tints of Sherpa Blue #06474D
RGB
CMYK
RGB Variations
Color information
#06474D (or 0x06474D) is known color: Sherpa Blue. HEX triplet: 06, 47 and 4D. RGB value is (6,71,77). Sum of RGB (Red+Green+Blue) = 6+71+77=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #06474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06474D is #F9B8B2. Grayscale: #343434. Windows color (decimal): -16365747 or 5064454. OLE color: 5064454.
HSL color Cylindrical-coordinate representation of color #06474D: hue angle of 185.07º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06474D is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 71 | 77 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.70 |
| HSL | 185.07º | 0.86% | 0.16% | - |
| HSV(B) | 185.07º | 0.92% | 0.3% | - |
| XYZ | 3.67 | 5.08 | 7.81 | - |
| YUV | 52.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 77 | 0.92 | 0.08 | 0 | 0.70 | 185.07 | 0.86 | 0.16 |
| Hex | 6 | 47 | 4D | 5C | 8 | 0 | 46 | B9 | 56 | 10 |
| Octal | 6 | 107 | 115 | 134 | 10 | 0 | 106 | 271 | 126 | 20 |
| Binary | 110 | 1000111 | 1001101 | 1011100 | 1000 | 0 | 1000110 | 10111001 | 1010110 | 10000 |
Color Harmonies of #06474D
Complementary color
Monochromatic Colors of #06474D
Black with #06474D
Text Example
Text Example
White with #06474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06474D; }
p { color: rgb(6,71,77); }
H1.HeaderClassName
{
color: #06474D;
}
.AnyTagClassName
{
color: #06474D;
}
</style>
background-color css
<style>
a { background-color: #06474D; }
a { background-color: rgb(6,71,77); }
div.DivClassName
{
background-color: #06474D;
}
.BgClassName
{
background-color: #06474D;
}
</style>
border-color css
<style>
span { border-color: #06474D; }
span { border-color: rgb(6,71,77); }
td.TdClassName
{
border-color: #06474D;
}
.TagClassName
{
border-color: #06474D;
}
</style>