Shades of Sherpa Blue #06485E
Tints of Sherpa Blue #06485E
RGB
CMYK
RGB Variations
Color information
#06485E (or 0x06485E) is known color: Sherpa Blue. HEX triplet: 06, 48 and 5E. RGB value is (6,72,94). Sum of RGB (Red+Green+Blue) = 6+72+94=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #06485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06485E is #F9B7A1. Grayscale: #363636. Windows color (decimal): -16365474 or 6178822. OLE color: 6178822.
HSL color Cylindrical-coordinate representation of color #06485E: hue angle of 195º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06485E is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 72 | 94 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.63 |
| HSL | 195º | 0.88% | 0.2% | - |
| HSV(B) | 195º | 0.94% | 0.37% | - |
| XYZ | 4.41 | 5.48 | 11.42 | - |
| YUV | 54.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 94 | 0.94 | 0.23 | 0 | 0.63 | 195 | 0.88 | 0.2 |
| Hex | 6 | 48 | 5E | 5E | 17 | 0 | 3F | C3 | 58 | 14 |
| Octal | 6 | 110 | 136 | 136 | 27 | 0 | 77 | 303 | 130 | 24 |
| Binary | 110 | 1001000 | 1011110 | 1011110 | 10111 | 0 | 111111 | 11000011 | 1011000 | 10100 |
Color Harmonies of #06485E
Complementary color
Monochromatic Colors of #06485E
Black with #06485E
Text Example
Text Example
White with #06485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06485E; }
p { color: rgb(6,72,94); }
H1.HeaderClassName
{
color: #06485E;
}
.AnyTagClassName
{
color: #06485E;
}
</style>
background-color css
<style>
a { background-color: #06485E; }
a { background-color: rgb(6,72,94); }
div.DivClassName
{
background-color: #06485E;
}
.BgClassName
{
background-color: #06485E;
}
</style>
border-color css
<style>
span { border-color: #06485E; }
span { border-color: rgb(6,72,94); }
td.TdClassName
{
border-color: #06485E;
}
.TagClassName
{
border-color: #06485E;
}
</style>