Shades of Sherpa Blue #064F5B
Tints of Sherpa Blue #064F5B
RGB
CMYK
RGB Variations
Color information
#064F5B (or 0x064F5B) is known color: Sherpa Blue. HEX triplet: 06, 4F and 5B. RGB value is (6,79,91). Sum of RGB (Red+Green+Blue) = 6+79+91=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #064F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F5B is #F9B0A4. Grayscale: #3A3A3A. Windows color (decimal): -16363685 or 5984006. OLE color: 5984006.
HSL color Cylindrical-coordinate representation of color #064F5B: hue angle of 188.47º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064F5B is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 79 | 91 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.64 |
| HSL | 188.47º | 0.88% | 0.19% | - |
| HSV(B) | 188.47º | 0.93% | 0.36% | - |
| XYZ | 4.76 | 6.39 | 10.88 | - |
| YUV | 58.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 91 | 0.93 | 0.13 | 0 | 0.64 | 188.47 | 0.88 | 0.19 |
| Hex | 6 | 4F | 5B | 5D | D | 0 | 40 | BC | 58 | 13 |
| Octal | 6 | 117 | 133 | 135 | 15 | 0 | 100 | 274 | 130 | 23 |
| Binary | 110 | 1001111 | 1011011 | 1011101 | 1101 | 0 | 1000000 | 10111100 | 1011000 | 10011 |
Color Harmonies of #064F5B
Complementary color
Monochromatic Colors of #064F5B
Black with #064F5B
Text Example
Text Example
White with #064F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F5B; }
p { color: rgb(6,79,91); }
H1.HeaderClassName
{
color: #064F5B;
}
.AnyTagClassName
{
color: #064F5B;
}
</style>
background-color css
<style>
a { background-color: #064F5B; }
a { background-color: rgb(6,79,91); }
div.DivClassName
{
background-color: #064F5B;
}
.BgClassName
{
background-color: #064F5B;
}
</style>
border-color css
<style>
span { border-color: #064F5B; }
span { border-color: rgb(6,79,91); }
td.TdClassName
{
border-color: #064F5B;
}
.TagClassName
{
border-color: #064F5B;
}
</style>