Shades of Sherpa Blue #06484D
Tints of Sherpa Blue #06484D
RGB
CMYK
RGB Variations
Color information
#06484D (or 0x06484D) is known color: Sherpa Blue. HEX triplet: 06, 48 and 4D. RGB value is (6,72,77). Sum of RGB (Red+Green+Blue) = 6+72+77=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #06484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06484D is #F9B7B2. Grayscale: #343434. Windows color (decimal): -16365491 or 5064710. OLE color: 5064710.
HSL color Cylindrical-coordinate representation of color #06484D: hue angle of 184.23º 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 #06484D is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 72 | 77 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.70 |
| HSL | 184.23º | 0.86% | 0.16% | - |
| HSV(B) | 184.23º | 0.92% | 0.3% | - |
| XYZ | 3.73 | 5.21 | 7.83 | - |
| YUV | 52.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 77 | 0.92 | 0.06 | 0 | 0.70 | 184.23 | 0.86 | 0.16 |
| Hex | 6 | 48 | 4D | 5C | 6 | 0 | 46 | B8 | 56 | 10 |
| Octal | 6 | 110 | 115 | 134 | 6 | 0 | 106 | 270 | 126 | 20 |
| Binary | 110 | 1001000 | 1001101 | 1011100 | 110 | 0 | 1000110 | 10111000 | 1010110 | 10000 |
Color Harmonies of #06484D
Complementary color
Monochromatic Colors of #06484D
Black with #06484D
Text Example
Text Example
White with #06484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06484D; }
p { color: rgb(6,72,77); }
H1.HeaderClassName
{
color: #06484D;
}
.AnyTagClassName
{
color: #06484D;
}
</style>
background-color css
<style>
a { background-color: #06484D; }
a { background-color: rgb(6,72,77); }
div.DivClassName
{
background-color: #06484D;
}
.BgClassName
{
background-color: #06484D;
}
</style>
border-color css
<style>
span { border-color: #06484D; }
span { border-color: rgb(6,72,77); }
td.TdClassName
{
border-color: #06484D;
}
.TagClassName
{
border-color: #06484D;
}
</style>