Shades of Sherpa Blue #063B4C
Tints of Sherpa Blue #063B4C
RGB
CMYK
RGB Variations
Color information
#063B4C (or 0x063B4C) is known color: Sherpa Blue. HEX triplet: 06, 3B and 4C. RGB value is (6,59,76). Sum of RGB (Red+Green+Blue) = 6+59+76=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #063B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B4C is #F9C4B3. Grayscale: #2C2C2C. Windows color (decimal): -16368820 or 4995846. OLE color: 4995846.
HSL color Cylindrical-coordinate representation of color #063B4C: hue angle of 194.57º 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 #063B4C is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 59 | 76 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.70 |
| HSL | 194.57º | 0.85% | 0.16% | - |
| HSV(B) | 194.57º | 0.92% | 0.3% | - |
| XYZ | 2.94 | 3.69 | 7.39 | - |
| YUV | 45.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 76 | 0.92 | 0.22 | 0 | 0.70 | 194.57 | 0.85 | 0.16 |
| Hex | 6 | 3B | 4C | 5C | 16 | 0 | 46 | C3 | 55 | 10 |
| Octal | 6 | 73 | 114 | 134 | 26 | 0 | 106 | 303 | 125 | 20 |
| Binary | 110 | 111011 | 1001100 | 1011100 | 10110 | 0 | 1000110 | 11000011 | 1010101 | 10000 |
Color Harmonies of #063B4C
Complementary color
Monochromatic Colors of #063B4C
Black with #063B4C
Text Example
Text Example
White with #063B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B4C; }
p { color: rgb(6,59,76); }
H1.HeaderClassName
{
color: #063B4C;
}
.AnyTagClassName
{
color: #063B4C;
}
</style>
background-color css
<style>
a { background-color: #063B4C; }
a { background-color: rgb(6,59,76); }
div.DivClassName
{
background-color: #063B4C;
}
.BgClassName
{
background-color: #063B4C;
}
</style>
border-color css
<style>
span { border-color: #063B4C; }
span { border-color: rgb(6,59,76); }
td.TdClassName
{
border-color: #063B4C;
}
.TagClassName
{
border-color: #063B4C;
}
</style>