Shades of Sherpa Blue #064F5D
Tints of Sherpa Blue #064F5D
RGB
CMYK
RGB Variations
Color information
#064F5D (or 0x064F5D) is known color: Sherpa Blue. HEX triplet: 06, 4F and 5D. RGB value is (6,79,93). Sum of RGB (Red+Green+Blue) = 6+79+93=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #064F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F5D is #F9B0A2. Grayscale: #3A3A3A. Windows color (decimal): -16363683 or 6115078. OLE color: 6115078.
HSL color Cylindrical-coordinate representation of color #064F5D: hue angle of 189.66º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064F5D is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 79 | 93 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.64 |
| HSL | 189.66º | 0.88% | 0.19% | - |
| HSV(B) | 189.66º | 0.94% | 0.36% | - |
| XYZ | 4.85 | 6.42 | 11.34 | - |
| YUV | 58.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 93 | 0.94 | 0.15 | 0 | 0.64 | 189.66 | 0.88 | 0.19 |
| Hex | 6 | 4F | 5D | 5E | F | 0 | 40 | BE | 58 | 13 |
| Octal | 6 | 117 | 135 | 136 | 17 | 0 | 100 | 276 | 130 | 23 |
| Binary | 110 | 1001111 | 1011101 | 1011110 | 1111 | 0 | 1000000 | 10111110 | 1011000 | 10011 |
Color Harmonies of #064F5D
Complementary color
Monochromatic Colors of #064F5D
Black with #064F5D
Text Example
Text Example
White with #064F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F5D; }
p { color: rgb(6,79,93); }
H1.HeaderClassName
{
color: #064F5D;
}
.AnyTagClassName
{
color: #064F5D;
}
</style>
background-color css
<style>
a { background-color: #064F5D; }
a { background-color: rgb(6,79,93); }
div.DivClassName
{
background-color: #064F5D;
}
.BgClassName
{
background-color: #064F5D;
}
</style>
border-color css
<style>
span { border-color: #064F5D; }
span { border-color: rgb(6,79,93); }
td.TdClassName
{
border-color: #064F5D;
}
.TagClassName
{
border-color: #064F5D;
}
</style>