Shades of Sherpa Blue #063D4B
Tints of Sherpa Blue #063D4B
RGB
CMYK
RGB Variations
Color information
#063D4B (or 0x063D4B) is known color: Sherpa Blue. HEX triplet: 06, 3D and 4B. RGB value is (6,61,75). Sum of RGB (Red+Green+Blue) = 6+61+75=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #063D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D4B is #F9C2B4. Grayscale: #2E2E2E. Windows color (decimal): -16368309 or 4930822. OLE color: 4930822.
HSL color Cylindrical-coordinate representation of color #063D4B: hue angle of 192.17º 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 #063D4B is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 61 | 75 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.71 |
| HSL | 192.17º | 0.85% | 0.16% | - |
| HSV(B) | 192.17º | 0.92% | 0.29% | - |
| XYZ | 3.01 | 3.88 | 7.25 | - |
| YUV | 46.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 75 | 0.92 | 0.19 | 0 | 0.71 | 192.17 | 0.85 | 0.16 |
| Hex | 6 | 3D | 4B | 5C | 13 | 0 | 47 | C0 | 55 | 10 |
| Octal | 6 | 75 | 113 | 134 | 23 | 0 | 107 | 300 | 125 | 20 |
| Binary | 110 | 111101 | 1001011 | 1011100 | 10011 | 0 | 1000111 | 11000000 | 1010101 | 10000 |
Color Harmonies of #063D4B
Complementary color
Monochromatic Colors of #063D4B
Black with #063D4B
Text Example
Text Example
White with #063D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D4B; }
p { color: rgb(6,61,75); }
H1.HeaderClassName
{
color: #063D4B;
}
.AnyTagClassName
{
color: #063D4B;
}
</style>
background-color css
<style>
a { background-color: #063D4B; }
a { background-color: rgb(6,61,75); }
div.DivClassName
{
background-color: #063D4B;
}
.BgClassName
{
background-color: #063D4B;
}
</style>
border-color css
<style>
span { border-color: #063D4B; }
span { border-color: rgb(6,61,75); }
td.TdClassName
{
border-color: #063D4B;
}
.TagClassName
{
border-color: #063D4B;
}
</style>