Shades of Sherpa Blue #064753
Tints of Sherpa Blue #064753
RGB
CMYK
RGB Variations
Color information
#064753 (or 0x064753) is known color: Sherpa Blue. HEX triplet: 06, 47 and 53. RGB value is (6,71,83). Sum of RGB (Red+Green+Blue) = 6+71+83=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #064753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064753 is #F9B8AC. Grayscale: #343434. Windows color (decimal): -16365741 or 5457670. OLE color: 5457670.
HSL color Cylindrical-coordinate representation of color #064753: hue angle of 189.35º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064753 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 71 | 83 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.67 |
| HSL | 189.35º | 0.87% | 0.17% | - |
| HSV(B) | 189.35º | 0.93% | 0.33% | - |
| XYZ | 3.89 | 5.17 | 8.98 | - |
| YUV | 52.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 83 | 0.93 | 0.14 | 0 | 0.67 | 189.35 | 0.87 | 0.17 |
| Hex | 6 | 47 | 53 | 5D | E | 0 | 43 | BD | 57 | 11 |
| Octal | 6 | 107 | 123 | 135 | 16 | 0 | 103 | 275 | 127 | 21 |
| Binary | 110 | 1000111 | 1010011 | 1011101 | 1110 | 0 | 1000011 | 10111101 | 1010111 | 10001 |
Color Harmonies of #064753
Complementary color
Monochromatic Colors of #064753
Black with #064753
Text Example
Text Example
White with #064753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064753; }
p { color: rgb(6,71,83); }
H1.HeaderClassName
{
color: #064753;
}
.AnyTagClassName
{
color: #064753;
}
</style>
background-color css
<style>
a { background-color: #064753; }
a { background-color: rgb(6,71,83); }
div.DivClassName
{
background-color: #064753;
}
.BgClassName
{
background-color: #064753;
}
</style>
border-color css
<style>
span { border-color: #064753; }
span { border-color: rgb(6,71,83); }
td.TdClassName
{
border-color: #064753;
}
.TagClassName
{
border-color: #064753;
}
</style>