Shades of Sherpa Blue #06484C
Tints of Sherpa Blue #06484C
RGB
CMYK
RGB Variations
Color information
#06484C (or 0x06484C) is known color: Sherpa Blue. HEX triplet: 06, 48 and 4C. RGB value is (6,72,76). Sum of RGB (Red+Green+Blue) = 6+72+76=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #06484C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06484C is #F9B7B3. Grayscale: #343434. Windows color (decimal): -16365492 or 4999174. OLE color: 4999174.
HSL color Cylindrical-coordinate representation of color #06484C: hue angle of 183.43º degrees, saturation: 0.85, 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 #06484C is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 72 | 76 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.70 |
| HSL | 183.43º | 0.85% | 0.16% | - |
| HSV(B) | 183.43º | 0.92% | 0.3% | - |
| XYZ | 3.7 | 5.2 | 7.65 | - |
| YUV | 52.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 76 | 0.92 | 0.05 | 0 | 0.70 | 183.43 | 0.85 | 0.16 |
| Hex | 6 | 48 | 4C | 5C | 5 | 0 | 46 | B7 | 55 | 10 |
| Octal | 6 | 110 | 114 | 134 | 5 | 0 | 106 | 267 | 125 | 20 |
| Binary | 110 | 1001000 | 1001100 | 1011100 | 101 | 0 | 1000110 | 10110111 | 1010101 | 10000 |
Color Harmonies of #06484C
Complementary color
Monochromatic Colors of #06484C
Black with #06484C
Text Example
Text Example
White with #06484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06484C; }
p { color: rgb(6,72,76); }
H1.HeaderClassName
{
color: #06484C;
}
.AnyTagClassName
{
color: #06484C;
}
</style>
background-color css
<style>
a { background-color: #06484C; }
a { background-color: rgb(6,72,76); }
div.DivClassName
{
background-color: #06484C;
}
.BgClassName
{
background-color: #06484C;
}
</style>
border-color css
<style>
span { border-color: #06484C; }
span { border-color: rgb(6,72,76); }
td.TdClassName
{
border-color: #06484C;
}
.TagClassName
{
border-color: #06484C;
}
</style>