Shades of Sherpa Blue #063F4B
Tints of Sherpa Blue #063F4B
RGB
CMYK
RGB Variations
Color information
#063F4B (or 0x063F4B) is known color: Sherpa Blue. HEX triplet: 06, 3F and 4B. RGB value is (6,63,75). Sum of RGB (Red+Green+Blue) = 6+63+75=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #063F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F4B is #F9C0B4. Grayscale: #2F2F2F. Windows color (decimal): -16367797 or 4931334. OLE color: 4931334.
HSL color Cylindrical-coordinate representation of color #063F4B: hue angle of 190.43º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063F4B is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 63 | 75 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.71 |
| HSL | 190.43º | 0.85% | 0.16% | - |
| HSV(B) | 190.43º | 0.92% | 0.29% | - |
| XYZ | 3.12 | 4.1 | 7.28 | - |
| YUV | 47.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 75 | 0.92 | 0.16 | 0 | 0.71 | 190.43 | 0.85 | 0.16 |
| Hex | 6 | 3F | 4B | 5C | 10 | 0 | 47 | BE | 55 | 10 |
| Octal | 6 | 77 | 113 | 134 | 20 | 0 | 107 | 276 | 125 | 20 |
| Binary | 110 | 111111 | 1001011 | 1011100 | 10000 | 0 | 1000111 | 10111110 | 1010101 | 10000 |
Color Harmonies of #063F4B
Complementary color
Monochromatic Colors of #063F4B
Black with #063F4B
Text Example
Text Example
White with #063F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F4B; }
p { color: rgb(6,63,75); }
H1.HeaderClassName
{
color: #063F4B;
}
.AnyTagClassName
{
color: #063F4B;
}
</style>
background-color css
<style>
a { background-color: #063F4B; }
a { background-color: rgb(6,63,75); }
div.DivClassName
{
background-color: #063F4B;
}
.BgClassName
{
background-color: #063F4B;
}
</style>
border-color css
<style>
span { border-color: #063F4B; }
span { border-color: rgb(6,63,75); }
td.TdClassName
{
border-color: #063F4B;
}
.TagClassName
{
border-color: #063F4B;
}
</style>