Shades of Sherpa Blue #064B63
Tints of Sherpa Blue #064B63
RGB
CMYK
RGB Variations
Color information
#064B63 (or 0x064B63) is known color: Sherpa Blue. HEX triplet: 06, 4B and 63. RGB value is (6,75,99). Sum of RGB (Red+Green+Blue) = 6+75+99=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #064B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B63 is #F9B49C. Grayscale: #383838. Windows color (decimal): -16364701 or 6507270. OLE color: 6507270.
HSL color Cylindrical-coordinate representation of color #064B63: hue angle of 195.48º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064B63 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 75 | 99 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.61 |
| HSL | 195.48º | 0.89% | 0.21% | - |
| HSV(B) | 195.48º | 0.94% | 0.39% | - |
| XYZ | 4.84 | 5.97 | 12.7 | - |
| YUV | 57.11 | 151.64 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 99 | 0.94 | 0.24 | 0 | 0.61 | 195.48 | 0.89 | 0.21 |
| Hex | 6 | 4B | 63 | 5E | 18 | 0 | 3D | C3 | 59 | 15 |
| Octal | 6 | 113 | 143 | 136 | 30 | 0 | 75 | 303 | 131 | 25 |
| Binary | 110 | 1001011 | 1100011 | 1011110 | 11000 | 0 | 111101 | 11000011 | 1011001 | 10101 |
Color Harmonies of #064B63
Complementary color
Monochromatic Colors of #064B63
Black with #064B63
Text Example
Text Example
White with #064B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B63; }
p { color: rgb(6,75,99); }
H1.HeaderClassName
{
color: #064B63;
}
.AnyTagClassName
{
color: #064B63;
}
</style>
background-color css
<style>
a { background-color: #064B63; }
a { background-color: rgb(6,75,99); }
div.DivClassName
{
background-color: #064B63;
}
.BgClassName
{
background-color: #064B63;
}
</style>
border-color css
<style>
span { border-color: #064B63; }
span { border-color: rgb(6,75,99); }
td.TdClassName
{
border-color: #064B63;
}
.TagClassName
{
border-color: #064B63;
}
</style>