Shades of Sherpa Blue #063C50
Tints of Sherpa Blue #063C50
RGB
CMYK
RGB Variations
Color information
#063C50 (or 0x063C50) is known color: Sherpa Blue. HEX triplet: 06, 3C and 50. RGB value is (6,60,80). Sum of RGB (Red+Green+Blue) = 6+60+80=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #063C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C50 is #F9C3AF. Grayscale: #2E2E2E. Windows color (decimal): -16368560 or 5258246. OLE color: 5258246.
HSL color Cylindrical-coordinate representation of color #063C50: hue angle of 196.22º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063C50 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 60 | 80 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.69 |
| HSL | 196.22º | 0.86% | 0.17% | - |
| HSV(B) | 196.22º | 0.93% | 0.31% | - |
| XYZ | 3.14 | 3.85 | 8.17 | - |
| YUV | 46.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 80 | 0.92 | 0.25 | 0 | 0.69 | 196.22 | 0.86 | 0.17 |
| Hex | 6 | 3C | 50 | 5C | 19 | 0 | 45 | C4 | 56 | 11 |
| Octal | 6 | 74 | 120 | 134 | 31 | 0 | 105 | 304 | 126 | 21 |
| Binary | 110 | 111100 | 1010000 | 1011100 | 11001 | 0 | 1000101 | 11000100 | 1010110 | 10001 |
Color Harmonies of #063C50
Complementary color
Monochromatic Colors of #063C50
Black with #063C50
Text Example
Text Example
White with #063C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C50; }
p { color: rgb(6,60,80); }
H1.HeaderClassName
{
color: #063C50;
}
.AnyTagClassName
{
color: #063C50;
}
</style>
background-color css
<style>
a { background-color: #063C50; }
a { background-color: rgb(6,60,80); }
div.DivClassName
{
background-color: #063C50;
}
.BgClassName
{
background-color: #063C50;
}
</style>
border-color css
<style>
span { border-color: #063C50; }
span { border-color: rgb(6,60,80); }
td.TdClassName
{
border-color: #063C50;
}
.TagClassName
{
border-color: #063C50;
}
</style>