Shades of Cyprus #064E46
Tints of Cyprus #064E46
RGB
CMYK
RGB Variations
Color information
#064E46 (or 0x064E46) is known color: Cyprus. HEX triplet: 06, 4E and 46. RGB value is (6,78,70). Sum of RGB (Red+Green+Blue) = 6+78+70=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #064E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E46 is #F9B1B9. Grayscale: #373737. Windows color (decimal): -16363962 or 4607494. OLE color: 4607494.
HSL color Cylindrical-coordinate representation of color #064E46: hue angle of 173.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064E46 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 78 | 70 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.69 |
| HSL | 173.33º | 0.86% | 0.16% | - |
| HSV(B) | 173.33º | 0.92% | 0.31% | - |
| XYZ | 3.9 | 5.93 | 6.73 | - |
| YUV | 55.56 | 136.15 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 70 | 0.92 | 0 | 0.10 | 0.69 | 173.33 | 0.86 | 0.16 |
| Hex | 6 | 4E | 46 | 5C | 0 | A | 45 | AD | 56 | 10 |
| Octal | 6 | 116 | 106 | 134 | 0 | 12 | 105 | 255 | 126 | 20 |
| Binary | 110 | 1001110 | 1000110 | 1011100 | 0 | 1010 | 1000101 | 10101101 | 1010110 | 10000 |
Color Harmonies of #064E46
Complementary color
Monochromatic Colors of #064E46
Black with #064E46
Text Example
Text Example
White with #064E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E46; }
p { color: rgb(6,78,70); }
H1.HeaderClassName
{
color: #064E46;
}
.AnyTagClassName
{
color: #064E46;
}
</style>
background-color css
<style>
a { background-color: #064E46; }
a { background-color: rgb(6,78,70); }
div.DivClassName
{
background-color: #064E46;
}
.BgClassName
{
background-color: #064E46;
}
</style>
border-color css
<style>
span { border-color: #064E46; }
span { border-color: rgb(6,78,70); }
td.TdClassName
{
border-color: #064E46;
}
.TagClassName
{
border-color: #064E46;
}
</style>