Shades of Sherpa Blue #063F47
Tints of Sherpa Blue #063F47
RGB
CMYK
RGB Variations
Color information
#063F47 (or 0x063F47) is known color: Sherpa Blue. HEX triplet: 06, 3F and 47. RGB value is (6,63,71). Sum of RGB (Red+Green+Blue) = 6+63+71=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #063F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F47 is #F9C0B8. Grayscale: #2E2E2E. Windows color (decimal): -16367801 or 4669190. OLE color: 4669190.
HSL color Cylindrical-coordinate representation of color #063F47: hue angle of 187.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063F47 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 63 | 71 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.72 |
| HSL | 187.38º | 0.84% | 0.15% | - |
| HSV(B) | 187.38º | 0.92% | 0.28% | - |
| XYZ | 2.99 | 4.05 | 6.59 | - |
| YUV | 46.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 71 | 0.92 | 0.11 | 0 | 0.72 | 187.38 | 0.84 | 0.15 |
| Hex | 6 | 3F | 47 | 5C | B | 0 | 48 | BB | 54 | F |
| Octal | 6 | 77 | 107 | 134 | 13 | 0 | 110 | 273 | 124 | 17 |
| Binary | 110 | 111111 | 1000111 | 1011100 | 1011 | 0 | 1001000 | 10111011 | 1010100 | 1111 |
Color Harmonies of #063F47
Complementary color
Monochromatic Colors of #063F47
Black with #063F47
Text Example
Text Example
White with #063F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F47; }
p { color: rgb(6,63,71); }
H1.HeaderClassName
{
color: #063F47;
}
.AnyTagClassName
{
color: #063F47;
}
</style>
background-color css
<style>
a { background-color: #063F47; }
a { background-color: rgb(6,63,71); }
div.DivClassName
{
background-color: #063F47;
}
.BgClassName
{
background-color: #063F47;
}
</style>
border-color css
<style>
span { border-color: #063F47; }
span { border-color: rgb(6,63,71); }
td.TdClassName
{
border-color: #063F47;
}
.TagClassName
{
border-color: #063F47;
}
</style>