Shades of Sherpa Blue #064353
Tints of Sherpa Blue #064353
RGB
CMYK
RGB Variations
Color information
#064353 (or 0x064353) is known color: Sherpa Blue. HEX triplet: 06, 43 and 53. RGB value is (6,67,83). Sum of RGB (Red+Green+Blue) = 6+67+83=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #064353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064353 is #F9BCAC. Grayscale: #323232. Windows color (decimal): -16366765 or 5456646. OLE color: 5456646.
HSL color Cylindrical-coordinate representation of color #064353: hue angle of 192.47º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064353 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 67 | 83 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.67 |
| HSL | 192.47º | 0.87% | 0.17% | - |
| HSV(B) | 192.47º | 0.93% | 0.33% | - |
| XYZ | 3.64 | 4.68 | 8.89 | - |
| YUV | 50.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 83 | 0.93 | 0.19 | 0 | 0.67 | 192.47 | 0.87 | 0.17 |
| Hex | 6 | 43 | 53 | 5D | 13 | 0 | 43 | C0 | 57 | 11 |
| Octal | 6 | 103 | 123 | 135 | 23 | 0 | 103 | 300 | 127 | 21 |
| Binary | 110 | 1000011 | 1010011 | 1011101 | 10011 | 0 | 1000011 | 11000000 | 1010111 | 10001 |
Color Harmonies of #064353
Complementary color
Monochromatic Colors of #064353
Black with #064353
Text Example
Text Example
White with #064353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064353; }
p { color: rgb(6,67,83); }
H1.HeaderClassName
{
color: #064353;
}
.AnyTagClassName
{
color: #064353;
}
</style>
background-color css
<style>
a { background-color: #064353; }
a { background-color: rgb(6,67,83); }
div.DivClassName
{
background-color: #064353;
}
.BgClassName
{
background-color: #064353;
}
</style>
border-color css
<style>
span { border-color: #064353; }
span { border-color: rgb(6,67,83); }
td.TdClassName
{
border-color: #064353;
}
.TagClassName
{
border-color: #064353;
}
</style>