Shades of Sherpa Blue #064A54
Tints of Sherpa Blue #064A54
RGB
CMYK
RGB Variations
Color information
#064A54 (or 0x064A54) is known color: Sherpa Blue. HEX triplet: 06, 4A and 54. RGB value is (6,74,84). Sum of RGB (Red+Green+Blue) = 6+74+84=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #064A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A54 is #F9B5AB. Grayscale: #363636. Windows color (decimal): -16364972 or 5523974. OLE color: 5523974.
HSL color Cylindrical-coordinate representation of color #064A54: hue angle of 187.69º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064A54 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 74 | 84 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.67 |
| HSL | 187.69º | 0.87% | 0.18% | - |
| HSV(B) | 187.69º | 0.93% | 0.33% | - |
| XYZ | 4.12 | 5.58 | 9.25 | - |
| YUV | 54.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 84 | 0.93 | 0.12 | 0 | 0.67 | 187.69 | 0.87 | 0.18 |
| Hex | 6 | 4A | 54 | 5D | C | 0 | 43 | BC | 57 | 12 |
| Octal | 6 | 112 | 124 | 135 | 14 | 0 | 103 | 274 | 127 | 22 |
| Binary | 110 | 1001010 | 1010100 | 1011101 | 1100 | 0 | 1000011 | 10111100 | 1010111 | 10010 |
Color Harmonies of #064A54
Complementary color
Monochromatic Colors of #064A54
Black with #064A54
Text Example
Text Example
White with #064A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A54; }
p { color: rgb(6,74,84); }
H1.HeaderClassName
{
color: #064A54;
}
.AnyTagClassName
{
color: #064A54;
}
</style>
background-color css
<style>
a { background-color: #064A54; }
a { background-color: rgb(6,74,84); }
div.DivClassName
{
background-color: #064A54;
}
.BgClassName
{
background-color: #064A54;
}
</style>
border-color css
<style>
span { border-color: #064A54; }
span { border-color: rgb(6,74,84); }
td.TdClassName
{
border-color: #064A54;
}
.TagClassName
{
border-color: #064A54;
}
</style>