Shades of Cyprus #064C45
Tints of Cyprus #064C45
RGB
CMYK
RGB Variations
Color information
#064C45 (or 0x064C45) is known color: Cyprus. HEX triplet: 06, 4C and 45. RGB value is (6,76,69). Sum of RGB (Red+Green+Blue) = 6+76+69=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #064C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C45 is #F9B3BA. Grayscale: #363636. Windows color (decimal): -16364475 or 4541446. OLE color: 4541446.
HSL color Cylindrical-coordinate representation of color #064C45: hue angle of 174º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064C45 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 76 | 69 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.70 |
| HSL | 174º | 0.85% | 0.16% | - |
| HSV(B) | 174º | 0.92% | 0.3% | - |
| XYZ | 3.73 | 5.64 | 6.52 | - |
| YUV | 54.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 69 | 0.92 | 0 | 0.09 | 0.70 | 174 | 0.85 | 0.16 |
| Hex | 6 | 4C | 45 | 5C | 0 | 9 | 46 | AE | 55 | 10 |
| Octal | 6 | 114 | 105 | 134 | 0 | 11 | 106 | 256 | 125 | 20 |
| Binary | 110 | 1001100 | 1000101 | 1011100 | 0 | 1001 | 1000110 | 10101110 | 1010101 | 10000 |
Color Harmonies of #064C45
Complementary color
Monochromatic Colors of #064C45
Black with #064C45
Text Example
Text Example
White with #064C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C45; }
p { color: rgb(6,76,69); }
H1.HeaderClassName
{
color: #064C45;
}
.AnyTagClassName
{
color: #064C45;
}
</style>
background-color css
<style>
a { background-color: #064C45; }
a { background-color: rgb(6,76,69); }
div.DivClassName
{
background-color: #064C45;
}
.BgClassName
{
background-color: #064C45;
}
</style>
border-color css
<style>
span { border-color: #064C45; }
span { border-color: rgb(6,76,69); }
td.TdClassName
{
border-color: #064C45;
}
.TagClassName
{
border-color: #064C45;
}
</style>