Shades of Sherpa Blue #064146
Tints of Sherpa Blue #064146
RGB
CMYK
RGB Variations
Color information
#064146 (or 0x064146) is known color: Sherpa Blue. HEX triplet: 06, 41 and 46. RGB value is (6,65,70). Sum of RGB (Red+Green+Blue) = 6+65+70=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #064146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064146 is #F9BEB9. Grayscale: #2F2F2F. Windows color (decimal): -16367290 or 4604166. OLE color: 4604166.
HSL color Cylindrical-coordinate representation of color #064146: hue angle of 184.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064146 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 65 | 70 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.73 |
| HSL | 184.69º | 0.84% | 0.15% | - |
| HSV(B) | 184.69º | 0.91% | 0.27% | - |
| XYZ | 3.07 | 4.26 | 6.46 | - |
| YUV | 47.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 70 | 0.91 | 0.07 | 0 | 0.73 | 184.69 | 0.84 | 0.15 |
| Hex | 6 | 41 | 46 | 5B | 7 | 0 | 49 | B9 | 54 | F |
| Octal | 6 | 101 | 106 | 133 | 7 | 0 | 111 | 271 | 124 | 17 |
| Binary | 110 | 1000001 | 1000110 | 1011011 | 111 | 0 | 1001001 | 10111001 | 1010100 | 1111 |
Color Harmonies of #064146
Complementary color
Monochromatic Colors of #064146
Black with #064146
Text Example
Text Example
White with #064146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064146; }
p { color: rgb(6,65,70); }
H1.HeaderClassName
{
color: #064146;
}
.AnyTagClassName
{
color: #064146;
}
</style>
background-color css
<style>
a { background-color: #064146; }
a { background-color: rgb(6,65,70); }
div.DivClassName
{
background-color: #064146;
}
.BgClassName
{
background-color: #064146;
}
</style>
border-color css
<style>
span { border-color: #064146; }
span { border-color: rgb(6,65,70); }
td.TdClassName
{
border-color: #064146;
}
.TagClassName
{
border-color: #064146;
}
</style>