Shades of Sherpa Blue #063D49
Tints of Sherpa Blue #063D49
RGB
CMYK
RGB Variations
Color information
#063D49 (or 0x063D49) is known color: Sherpa Blue. HEX triplet: 06, 3D and 49. RGB value is (6,61,73). Sum of RGB (Red+Green+Blue) = 6+61+73=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #063D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D49 is #F9C2B6. Grayscale: #2D2D2D. Windows color (decimal): -16368311 or 4799750. OLE color: 4799750.
HSL color Cylindrical-coordinate representation of color #063D49: hue angle of 190.75º 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 #063D49 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 61 | 73 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.71 |
| HSL | 190.75º | 0.85% | 0.15% | - |
| HSV(B) | 190.75º | 0.92% | 0.29% | - |
| XYZ | 2.95 | 3.86 | 6.89 | - |
| YUV | 45.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 73 | 0.92 | 0.16 | 0 | 0.71 | 190.75 | 0.85 | 0.15 |
| Hex | 6 | 3D | 49 | 5C | 10 | 0 | 47 | BF | 55 | F |
| Octal | 6 | 75 | 111 | 134 | 20 | 0 | 107 | 277 | 125 | 17 |
| Binary | 110 | 111101 | 1001001 | 1011100 | 10000 | 0 | 1000111 | 10111111 | 1010101 | 1111 |
Color Harmonies of #063D49
Complementary color
Monochromatic Colors of #063D49
Black with #063D49
Text Example
Text Example
White with #063D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D49; }
p { color: rgb(6,61,73); }
H1.HeaderClassName
{
color: #063D49;
}
.AnyTagClassName
{
color: #063D49;
}
</style>
background-color css
<style>
a { background-color: #063D49; }
a { background-color: rgb(6,61,73); }
div.DivClassName
{
background-color: #063D49;
}
.BgClassName
{
background-color: #063D49;
}
</style>
border-color css
<style>
span { border-color: #063D49; }
span { border-color: rgb(6,61,73); }
td.TdClassName
{
border-color: #063D49;
}
.TagClassName
{
border-color: #063D49;
}
</style>