Shades of Cyprus #063F39
Tints of Cyprus #063F39
RGB
CMYK
RGB Variations
Color information
#063F39 (or 0x063F39) is known color: Cyprus. HEX triplet: 06, 3F and 39. RGB value is (6,63,57). Sum of RGB (Red+Green+Blue) = 6+63+57=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #063F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F39 is #F9C0C6. Grayscale: #2D2D2D. Windows color (decimal): -16367815 or 3751686. OLE color: 3751686.
HSL color Cylindrical-coordinate representation of color #063F39: hue angle of 173.68º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F39 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 63 | 57 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.75 |
| HSL | 173.68º | 0.83% | 0.14% | - |
| HSV(B) | 173.68º | 0.9% | 0.25% | - |
| XYZ | 2.59 | 3.89 | 4.49 | - |
| YUV | 45.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 57 | 0.90 | 0 | 0.10 | 0.75 | 173.68 | 0.83 | 0.14 |
| Hex | 6 | 3F | 39 | 5A | 0 | A | 4B | AE | 53 | E |
| Octal | 6 | 77 | 71 | 132 | 0 | 12 | 113 | 256 | 123 | 16 |
| Binary | 110 | 111111 | 111001 | 1011010 | 0 | 1010 | 1001011 | 10101110 | 1010011 | 1110 |
Color Harmonies of #063F39
Complementary color
Monochromatic Colors of #063F39
Black with #063F39
Text Example
Text Example
White with #063F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F39; }
p { color: rgb(6,63,57); }
H1.HeaderClassName
{
color: #063F39;
}
.AnyTagClassName
{
color: #063F39;
}
</style>
background-color css
<style>
a { background-color: #063F39; }
a { background-color: rgb(6,63,57); }
div.DivClassName
{
background-color: #063F39;
}
.BgClassName
{
background-color: #063F39;
}
</style>
border-color css
<style>
span { border-color: #063F39; }
span { border-color: rgb(6,63,57); }
td.TdClassName
{
border-color: #063F39;
}
.TagClassName
{
border-color: #063F39;
}
</style>