Shades of Sherpa Blue #063C49
Tints of Sherpa Blue #063C49
RGB
CMYK
RGB Variations
Color information
#063C49 (or 0x063C49) is known color: Sherpa Blue. HEX triplet: 06, 3C and 49. RGB value is (6,60,73). Sum of RGB (Red+Green+Blue) = 6+60+73=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #063C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C49 is #F9C3B6. Grayscale: #2D2D2D. Windows color (decimal): -16368567 or 4799494. OLE color: 4799494.
HSL color Cylindrical-coordinate representation of color #063C49: hue angle of 191.64º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063C49 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 60 | 73 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.71 |
| HSL | 191.64º | 0.85% | 0.15% | - |
| HSV(B) | 191.64º | 0.92% | 0.29% | - |
| XYZ | 2.89 | 3.75 | 6.87 | - |
| YUV | 45.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 73 | 0.92 | 0.18 | 0 | 0.71 | 191.64 | 0.85 | 0.15 |
| Hex | 6 | 3C | 49 | 5C | 12 | 0 | 47 | C0 | 55 | F |
| Octal | 6 | 74 | 111 | 134 | 22 | 0 | 107 | 300 | 125 | 17 |
| Binary | 110 | 111100 | 1001001 | 1011100 | 10010 | 0 | 1000111 | 11000000 | 1010101 | 1111 |
Color Harmonies of #063C49
Complementary color
Monochromatic Colors of #063C49
Black with #063C49
Text Example
Text Example
White with #063C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C49; }
p { color: rgb(6,60,73); }
H1.HeaderClassName
{
color: #063C49;
}
.AnyTagClassName
{
color: #063C49;
}
</style>
background-color css
<style>
a { background-color: #063C49; }
a { background-color: rgb(6,60,73); }
div.DivClassName
{
background-color: #063C49;
}
.BgClassName
{
background-color: #063C49;
}
</style>
border-color css
<style>
span { border-color: #063C49; }
span { border-color: rgb(6,60,73); }
td.TdClassName
{
border-color: #063C49;
}
.TagClassName
{
border-color: #063C49;
}
</style>