Shades of Sherpa Blue #063D4A
Tints of Sherpa Blue #063D4A
RGB
CMYK
RGB Variations
Color information
#063D4A (or 0x063D4A) is known color: Sherpa Blue. HEX triplet: 06, 3D and 4A. RGB value is (6,61,74). Sum of RGB (Red+Green+Blue) = 6+61+74=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #063D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D4A is #F9C2B5. Grayscale: #2D2D2D. Windows color (decimal): -16368310 or 4865286. OLE color: 4865286.
HSL color Cylindrical-coordinate representation of color #063D4A: hue angle of 191.47º 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 #063D4A is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 61 | 74 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.71 |
| HSL | 191.47º | 0.85% | 0.16% | - |
| HSV(B) | 191.47º | 0.92% | 0.29% | - |
| XYZ | 2.98 | 3.87 | 7.07 | - |
| YUV | 46.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 74 | 0.92 | 0.18 | 0 | 0.71 | 191.47 | 0.85 | 0.16 |
| Hex | 6 | 3D | 4A | 5C | 12 | 0 | 47 | BF | 55 | 10 |
| Octal | 6 | 75 | 112 | 134 | 22 | 0 | 107 | 277 | 125 | 20 |
| Binary | 110 | 111101 | 1001010 | 1011100 | 10010 | 0 | 1000111 | 10111111 | 1010101 | 10000 |
Color Harmonies of #063D4A
Complementary color
Monochromatic Colors of #063D4A
Black with #063D4A
Text Example
Text Example
White with #063D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D4A; }
p { color: rgb(6,61,74); }
H1.HeaderClassName
{
color: #063D4A;
}
.AnyTagClassName
{
color: #063D4A;
}
</style>
background-color css
<style>
a { background-color: #063D4A; }
a { background-color: rgb(6,61,74); }
div.DivClassName
{
background-color: #063D4A;
}
.BgClassName
{
background-color: #063D4A;
}
</style>
border-color css
<style>
span { border-color: #063D4A; }
span { border-color: rgb(6,61,74); }
td.TdClassName
{
border-color: #063D4A;
}
.TagClassName
{
border-color: #063D4A;
}
</style>