Shades of Sherpa Blue #063F48
Tints of Sherpa Blue #063F48
RGB
CMYK
RGB Variations
Color information
#063F48 (or 0x063F48) is known color: Sherpa Blue. HEX triplet: 06, 3F and 48. RGB value is (6,63,72). Sum of RGB (Red+Green+Blue) = 6+63+72=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #063F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F48 is #F9C0B7. Grayscale: #2E2E2E. Windows color (decimal): -16367800 or 4734726. OLE color: 4734726.
HSL color Cylindrical-coordinate representation of color #063F48: hue angle of 188.18º degrees, saturation: 0.85, 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 #063F48 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 63 | 72 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.72 |
| HSL | 188.18º | 0.85% | 0.15% | - |
| HSV(B) | 188.18º | 0.92% | 0.28% | - |
| XYZ | 3.02 | 4.06 | 6.76 | - |
| YUV | 46.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 72 | 0.92 | 0.12 | 0 | 0.72 | 188.18 | 0.85 | 0.15 |
| Hex | 6 | 3F | 48 | 5C | C | 0 | 48 | BC | 55 | F |
| Octal | 6 | 77 | 110 | 134 | 14 | 0 | 110 | 274 | 125 | 17 |
| Binary | 110 | 111111 | 1001000 | 1011100 | 1100 | 0 | 1001000 | 10111100 | 1010101 | 1111 |
Color Harmonies of #063F48
Complementary color
Monochromatic Colors of #063F48
Black with #063F48
Text Example
Text Example
White with #063F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F48; }
p { color: rgb(6,63,72); }
H1.HeaderClassName
{
color: #063F48;
}
.AnyTagClassName
{
color: #063F48;
}
</style>
background-color css
<style>
a { background-color: #063F48; }
a { background-color: rgb(6,63,72); }
div.DivClassName
{
background-color: #063F48;
}
.BgClassName
{
background-color: #063F48;
}
</style>
border-color css
<style>
span { border-color: #063F48; }
span { border-color: rgb(6,63,72); }
td.TdClassName
{
border-color: #063F48;
}
.TagClassName
{
border-color: #063F48;
}
</style>