Shades of Sherpa Blue #06485C
Tints of Sherpa Blue #06485C
RGB
CMYK
RGB Variations
Color information
#06485C (or 0x06485C) is known color: Sherpa Blue. HEX triplet: 06, 48 and 5C. RGB value is (6,72,92). Sum of RGB (Red+Green+Blue) = 6+72+92=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #06485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06485C is #F9B7A3. Grayscale: #363636. Windows color (decimal): -16365476 or 6047750. OLE color: 6047750.
HSL color Cylindrical-coordinate representation of color #06485C: hue angle of 193.95º 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 #06485C is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 72 | 92 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.64 |
| HSL | 193.95º | 0.88% | 0.19% | - |
| HSV(B) | 193.95º | 0.93% | 0.36% | - |
| XYZ | 4.32 | 5.45 | 10.95 | - |
| YUV | 54.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 92 | 0.93 | 0.22 | 0 | 0.64 | 193.95 | 0.88 | 0.19 |
| Hex | 6 | 48 | 5C | 5D | 16 | 0 | 40 | C2 | 58 | 13 |
| Octal | 6 | 110 | 134 | 135 | 26 | 0 | 100 | 302 | 130 | 23 |
| Binary | 110 | 1001000 | 1011100 | 1011101 | 10110 | 0 | 1000000 | 11000010 | 1011000 | 10011 |
Color Harmonies of #06485C
Complementary color
Monochromatic Colors of #06485C
Black with #06485C
Text Example
Text Example
White with #06485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06485C; }
p { color: rgb(6,72,92); }
H1.HeaderClassName
{
color: #06485C;
}
.AnyTagClassName
{
color: #06485C;
}
</style>
background-color css
<style>
a { background-color: #06485C; }
a { background-color: rgb(6,72,92); }
div.DivClassName
{
background-color: #06485C;
}
.BgClassName
{
background-color: #06485C;
}
</style>
border-color css
<style>
span { border-color: #06485C; }
span { border-color: rgb(6,72,92); }
td.TdClassName
{
border-color: #06485C;
}
.TagClassName
{
border-color: #06485C;
}
</style>