Shades of Cyprus #064C43
Tints of Cyprus #064C43
RGB
CMYK
RGB Variations
Color information
#064C43 (or 0x064C43) is known color: Cyprus. HEX triplet: 06, 4C and 43. RGB value is (6,76,67). Sum of RGB (Red+Green+Blue) = 6+76+67=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #064C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C43 is #F9B3BC. Grayscale: #363636. Windows color (decimal): -16364477 or 4410374. OLE color: 4410374.
HSL color Cylindrical-coordinate representation of color #064C43: hue angle of 172.29º 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 #064C43 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 76 | 67 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.70 |
| HSL | 172.29º | 0.85% | 0.16% | - |
| HSV(B) | 172.29º | 0.92% | 0.3% | - |
| XYZ | 3.67 | 5.61 | 6.2 | - |
| YUV | 54.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 67 | 0.92 | 0 | 0.12 | 0.70 | 172.29 | 0.85 | 0.16 |
| Hex | 6 | 4C | 43 | 5C | 0 | C | 46 | AC | 55 | 10 |
| Octal | 6 | 114 | 103 | 134 | 0 | 14 | 106 | 254 | 125 | 20 |
| Binary | 110 | 1001100 | 1000011 | 1011100 | 0 | 1100 | 1000110 | 10101100 | 1010101 | 10000 |
Color Harmonies of #064C43
Complementary color
Monochromatic Colors of #064C43
Black with #064C43
Text Example
Text Example
White with #064C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C43; }
p { color: rgb(6,76,67); }
H1.HeaderClassName
{
color: #064C43;
}
.AnyTagClassName
{
color: #064C43;
}
</style>
background-color css
<style>
a { background-color: #064C43; }
a { background-color: rgb(6,76,67); }
div.DivClassName
{
background-color: #064C43;
}
.BgClassName
{
background-color: #064C43;
}
</style>
border-color css
<style>
span { border-color: #064C43; }
span { border-color: rgb(6,76,67); }
td.TdClassName
{
border-color: #064C43;
}
.TagClassName
{
border-color: #064C43;
}
</style>