Shades of Cyprus #064A41
Tints of Cyprus #064A41
RGB
CMYK
RGB Variations
Color information
#064A41 (or 0x064A41) is known color: Cyprus. HEX triplet: 06, 4A and 41. RGB value is (6,74,65). Sum of RGB (Red+Green+Blue) = 6+74+65=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #064A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A41 is #F9B5BE. Grayscale: #343434. Windows color (decimal): -16364991 or 4278790. OLE color: 4278790.
HSL color Cylindrical-coordinate representation of color #064A41: hue angle of 172.06º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A41 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 65 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.71 |
| HSL | 172.06º | 0.85% | 0.16% | - |
| HSV(B) | 172.06º | 0.92% | 0.29% | - |
| XYZ | 3.48 | 5.32 | 5.84 | - |
| YUV | 52.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 65 | 0.92 | 0 | 0.12 | 0.71 | 172.06 | 0.85 | 0.16 |
| Hex | 6 | 4A | 41 | 5C | 0 | C | 47 | AC | 55 | 10 |
| Octal | 6 | 112 | 101 | 134 | 0 | 14 | 107 | 254 | 125 | 20 |
| Binary | 110 | 1001010 | 1000001 | 1011100 | 0 | 1100 | 1000111 | 10101100 | 1010101 | 10000 |
Color Harmonies of #064A41
Complementary color
Monochromatic Colors of #064A41
Black with #064A41
Text Example
Text Example
White with #064A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A41; }
p { color: rgb(6,74,65); }
H1.HeaderClassName
{
color: #064A41;
}
.AnyTagClassName
{
color: #064A41;
}
</style>
background-color css
<style>
a { background-color: #064A41; }
a { background-color: rgb(6,74,65); }
div.DivClassName
{
background-color: #064A41;
}
.BgClassName
{
background-color: #064A41;
}
</style>
border-color css
<style>
span { border-color: #064A41; }
span { border-color: rgb(6,74,65); }
td.TdClassName
{
border-color: #064A41;
}
.TagClassName
{
border-color: #064A41;
}
</style>