Shades of Sherpa Blue #063F54
Tints of Sherpa Blue #063F54
RGB
CMYK
RGB Variations
Color information
#063F54 (or 0x063F54) is known color: Sherpa Blue. HEX triplet: 06, 3F and 54. RGB value is (6,63,84). Sum of RGB (Red+Green+Blue) = 6+63+84=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #063F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F54 is #F9C0AB. Grayscale: #303030. Windows color (decimal): -16367788 or 5521158. OLE color: 5521158.
HSL color Cylindrical-coordinate representation of color #063F54: hue angle of 196.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063F54 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 63 | 84 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.67 |
| HSL | 196.15º | 0.87% | 0.18% | - |
| HSV(B) | 196.15º | 0.93% | 0.33% | - |
| XYZ | 3.45 | 4.23 | 9.02 | - |
| YUV | 48.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 84 | 0.93 | 0.25 | 0 | 0.67 | 196.15 | 0.87 | 0.18 |
| Hex | 6 | 3F | 54 | 5D | 19 | 0 | 43 | C4 | 57 | 12 |
| Octal | 6 | 77 | 124 | 135 | 31 | 0 | 103 | 304 | 127 | 22 |
| Binary | 110 | 111111 | 1010100 | 1011101 | 11001 | 0 | 1000011 | 11000100 | 1010111 | 10010 |
Color Harmonies of #063F54
Complementary color
Monochromatic Colors of #063F54
Black with #063F54
Text Example
Text Example
White with #063F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F54; }
p { color: rgb(6,63,84); }
H1.HeaderClassName
{
color: #063F54;
}
.AnyTagClassName
{
color: #063F54;
}
</style>
background-color css
<style>
a { background-color: #063F54; }
a { background-color: rgb(6,63,84); }
div.DivClassName
{
background-color: #063F54;
}
.BgClassName
{
background-color: #063F54;
}
</style>
border-color css
<style>
span { border-color: #063F54; }
span { border-color: rgb(6,63,84); }
td.TdClassName
{
border-color: #063F54;
}
.TagClassName
{
border-color: #063F54;
}
</style>