Shades of Sherpa Blue #063E4C
Tints of Sherpa Blue #063E4C
RGB
CMYK
RGB Variations
Color information
#063E4C (or 0x063E4C) is known color: Sherpa Blue. HEX triplet: 06, 3E and 4C. RGB value is (6,62,76). Sum of RGB (Red+Green+Blue) = 6+62+76=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #063E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E4C is #F9C1B3. Grayscale: #2E2E2E. Windows color (decimal): -16368052 or 4996614. OLE color: 4996614.
HSL color Cylindrical-coordinate representation of color #063E4C: hue angle of 192º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063E4C is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 62 | 76 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.70 |
| HSL | 192º | 0.85% | 0.16% | - |
| HSV(B) | 192º | 0.92% | 0.3% | - |
| XYZ | 3.1 | 4.01 | 7.45 | - |
| YUV | 46.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 76 | 0.92 | 0.18 | 0 | 0.70 | 192 | 0.85 | 0.16 |
| Hex | 6 | 3E | 4C | 5C | 12 | 0 | 46 | C0 | 55 | 10 |
| Octal | 6 | 76 | 114 | 134 | 22 | 0 | 106 | 300 | 125 | 20 |
| Binary | 110 | 111110 | 1001100 | 1011100 | 10010 | 0 | 1000110 | 11000000 | 1010101 | 10000 |
Color Harmonies of #063E4C
Complementary color
Monochromatic Colors of #063E4C
Black with #063E4C
Text Example
Text Example
White with #063E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E4C; }
p { color: rgb(6,62,76); }
H1.HeaderClassName
{
color: #063E4C;
}
.AnyTagClassName
{
color: #063E4C;
}
</style>
background-color css
<style>
a { background-color: #063E4C; }
a { background-color: rgb(6,62,76); }
div.DivClassName
{
background-color: #063E4C;
}
.BgClassName
{
background-color: #063E4C;
}
</style>
border-color css
<style>
span { border-color: #063E4C; }
span { border-color: rgb(6,62,76); }
td.TdClassName
{
border-color: #063E4C;
}
.TagClassName
{
border-color: #063E4C;
}
</style>