Shades of Sherpa Blue #063745
Tints of Sherpa Blue #063745
RGB
CMYK
RGB Variations
Color information
#063745 (or 0x063745) is known color: Sherpa Blue. HEX triplet: 06, 37 and 45. RGB value is (6,55,69). Sum of RGB (Red+Green+Blue) = 6+55+69=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #063745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063745 is #F9C8BA. Grayscale: #292929. Windows color (decimal): -16369851 or 4536070. OLE color: 4536070.
HSL color Cylindrical-coordinate representation of color #063745: hue angle of 193.33º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063745 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 55 | 69 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.73 |
| HSL | 193.33º | 0.84% | 0.15% | - |
| HSV(B) | 193.33º | 0.91% | 0.27% | - |
| XYZ | 2.52 | 3.2 | 6.12 | - |
| YUV | 41.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 69 | 0.91 | 0.20 | 0 | 0.73 | 193.33 | 0.84 | 0.15 |
| Hex | 6 | 37 | 45 | 5B | 14 | 0 | 49 | C1 | 54 | F |
| Octal | 6 | 67 | 105 | 133 | 24 | 0 | 111 | 301 | 124 | 17 |
| Binary | 110 | 110111 | 1000101 | 1011011 | 10100 | 0 | 1001001 | 11000001 | 1010100 | 1111 |
Color Harmonies of #063745
Complementary color
Monochromatic Colors of #063745
Black with #063745
Text Example
Text Example
White with #063745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063745; }
p { color: rgb(6,55,69); }
H1.HeaderClassName
{
color: #063745;
}
.AnyTagClassName
{
color: #063745;
}
</style>
background-color css
<style>
a { background-color: #063745; }
a { background-color: rgb(6,55,69); }
div.DivClassName
{
background-color: #063745;
}
.BgClassName
{
background-color: #063745;
}
</style>
border-color css
<style>
span { border-color: #063745; }
span { border-color: rgb(6,55,69); }
td.TdClassName
{
border-color: #063745;
}
.TagClassName
{
border-color: #063745;
}
</style>