Shades of Sherpa Blue #06485A
Tints of Sherpa Blue #06485A
RGB
CMYK
RGB Variations
Color information
#06485A (or 0x06485A) is known color: Sherpa Blue. HEX triplet: 06, 48 and 5A. RGB value is (6,72,90). Sum of RGB (Red+Green+Blue) = 6+72+90=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #06485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06485A is #F9B7A5. Grayscale: #363636. Windows color (decimal): -16365478 or 5916678. OLE color: 5916678.
HSL color Cylindrical-coordinate representation of color #06485A: hue angle of 192.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06485A is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 72 | 90 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.65 |
| HSL | 192.86º | 0.88% | 0.19% | - |
| HSV(B) | 192.86º | 0.93% | 0.35% | - |
| XYZ | 4.24 | 5.41 | 10.49 | - |
| YUV | 54.32 | 148.13 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 90 | 0.93 | 0.20 | 0 | 0.65 | 192.86 | 0.88 | 0.19 |
| Hex | 6 | 48 | 5A | 5D | 14 | 0 | 41 | C1 | 58 | 13 |
| Octal | 6 | 110 | 132 | 135 | 24 | 0 | 101 | 301 | 130 | 23 |
| Binary | 110 | 1001000 | 1011010 | 1011101 | 10100 | 0 | 1000001 | 11000001 | 1011000 | 10011 |
Color Harmonies of #06485A
Complementary color
Monochromatic Colors of #06485A
Black with #06485A
Text Example
Text Example
White with #06485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06485A; }
p { color: rgb(6,72,90); }
H1.HeaderClassName
{
color: #06485A;
}
.AnyTagClassName
{
color: #06485A;
}
</style>
background-color css
<style>
a { background-color: #06485A; }
a { background-color: rgb(6,72,90); }
div.DivClassName
{
background-color: #06485A;
}
.BgClassName
{
background-color: #06485A;
}
</style>
border-color css
<style>
span { border-color: #06485A; }
span { border-color: rgb(6,72,90); }
td.TdClassName
{
border-color: #06485A;
}
.TagClassName
{
border-color: #06485A;
}
</style>