Shades of Sherpa Blue #063F4C
Tints of Sherpa Blue #063F4C
RGB
CMYK
RGB Variations
Color information
#063F4C (or 0x063F4C) is known color: Sherpa Blue. HEX triplet: 06, 3F and 4C. RGB value is (6,63,76). Sum of RGB (Red+Green+Blue) = 6+63+76=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #063F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F4C is #F9C0B3. Grayscale: #2F2F2F. Windows color (decimal): -16367796 or 4996870. OLE color: 4996870.
HSL color Cylindrical-coordinate representation of color #063F4C: hue angle of 191.14º 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 #063F4C is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 63 | 76 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.70 |
| HSL | 191.14º | 0.85% | 0.16% | - |
| HSV(B) | 191.14º | 0.92% | 0.3% | - |
| XYZ | 3.16 | 4.12 | 7.47 | - |
| YUV | 47.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 76 | 0.92 | 0.17 | 0 | 0.70 | 191.14 | 0.85 | 0.16 |
| Hex | 6 | 3F | 4C | 5C | 11 | 0 | 46 | BF | 55 | 10 |
| Octal | 6 | 77 | 114 | 134 | 21 | 0 | 106 | 277 | 125 | 20 |
| Binary | 110 | 111111 | 1001100 | 1011100 | 10001 | 0 | 1000110 | 10111111 | 1010101 | 10000 |
Color Harmonies of #063F4C
Complementary color
Monochromatic Colors of #063F4C
Black with #063F4C
Text Example
Text Example
White with #063F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F4C; }
p { color: rgb(6,63,76); }
H1.HeaderClassName
{
color: #063F4C;
}
.AnyTagClassName
{
color: #063F4C;
}
</style>
background-color css
<style>
a { background-color: #063F4C; }
a { background-color: rgb(6,63,76); }
div.DivClassName
{
background-color: #063F4C;
}
.BgClassName
{
background-color: #063F4C;
}
</style>
border-color css
<style>
span { border-color: #063F4C; }
span { border-color: rgb(6,63,76); }
td.TdClassName
{
border-color: #063F4C;
}
.TagClassName
{
border-color: #063F4C;
}
</style>