Shades of Sherpa Blue #06464C
Tints of Sherpa Blue #06464C
RGB
CMYK
RGB Variations
Color information
#06464C (or 0x06464C) is known color: Sherpa Blue. HEX triplet: 06, 46 and 4C. RGB value is (6,70,76). Sum of RGB (Red+Green+Blue) = 6+70+76=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #06464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06464C is #F9B9B3. Grayscale: #333333. Windows color (decimal): -16366004 or 4998662. OLE color: 4998662.
HSL color Cylindrical-coordinate representation of color #06464C: hue angle of 185.14º 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 #06464C is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 70 | 76 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.70 |
| HSL | 185.14º | 0.85% | 0.16% | - |
| HSV(B) | 185.14º | 0.92% | 0.3% | - |
| XYZ | 3.57 | 4.94 | 7.6 | - |
| YUV | 51.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 76 | 0.92 | 0.08 | 0 | 0.70 | 185.14 | 0.85 | 0.16 |
| Hex | 6 | 46 | 4C | 5C | 8 | 0 | 46 | B9 | 55 | 10 |
| Octal | 6 | 106 | 114 | 134 | 10 | 0 | 106 | 271 | 125 | 20 |
| Binary | 110 | 1000110 | 1001100 | 1011100 | 1000 | 0 | 1000110 | 10111001 | 1010101 | 10000 |
Color Harmonies of #06464C
Complementary color
Monochromatic Colors of #06464C
Black with #06464C
Text Example
Text Example
White with #06464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06464C; }
p { color: rgb(6,70,76); }
H1.HeaderClassName
{
color: #06464C;
}
.AnyTagClassName
{
color: #06464C;
}
</style>
background-color css
<style>
a { background-color: #06464C; }
a { background-color: rgb(6,70,76); }
div.DivClassName
{
background-color: #06464C;
}
.BgClassName
{
background-color: #06464C;
}
</style>
border-color css
<style>
span { border-color: #06464C; }
span { border-color: rgb(6,70,76); }
td.TdClassName
{
border-color: #06464C;
}
.TagClassName
{
border-color: #06464C;
}
</style>