Shades of Sherpa Blue #06485B
Tints of Sherpa Blue #06485B
RGB
CMYK
RGB Variations
Color information
#06485B (or 0x06485B) is known color: Sherpa Blue. HEX triplet: 06, 48 and 5B. RGB value is (6,72,91). Sum of RGB (Red+Green+Blue) = 6+72+91=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #06485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06485B is #F9B7A4. Grayscale: #363636. Windows color (decimal): -16365477 or 5982214. OLE color: 5982214.
HSL color Cylindrical-coordinate representation of color #06485B: hue angle of 193.41º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06485B is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 72 | 91 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.64 |
| HSL | 193.41º | 0.88% | 0.19% | - |
| HSV(B) | 193.41º | 0.93% | 0.36% | - |
| XYZ | 4.28 | 5.43 | 10.72 | - |
| YUV | 54.43 | 148.63 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 91 | 0.93 | 0.21 | 0 | 0.64 | 193.41 | 0.88 | 0.19 |
| Hex | 6 | 48 | 5B | 5D | 15 | 0 | 40 | C1 | 58 | 13 |
| Octal | 6 | 110 | 133 | 135 | 25 | 0 | 100 | 301 | 130 | 23 |
| Binary | 110 | 1001000 | 1011011 | 1011101 | 10101 | 0 | 1000000 | 11000001 | 1011000 | 10011 |
Color Harmonies of #06485B
Complementary color
Monochromatic Colors of #06485B
Black with #06485B
Text Example
Text Example
White with #06485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06485B; }
p { color: rgb(6,72,91); }
H1.HeaderClassName
{
color: #06485B;
}
.AnyTagClassName
{
color: #06485B;
}
</style>
background-color css
<style>
a { background-color: #06485B; }
a { background-color: rgb(6,72,91); }
div.DivClassName
{
background-color: #06485B;
}
.BgClassName
{
background-color: #06485B;
}
</style>
border-color css
<style>
span { border-color: #06485B; }
span { border-color: rgb(6,72,91); }
td.TdClassName
{
border-color: #06485B;
}
.TagClassName
{
border-color: #06485B;
}
</style>