Shades of Cyprus #063E40
Tints of Cyprus #063E40
RGB
CMYK
RGB Variations
Color information
#063E40 (or 0x063E40) is known color: Cyprus. HEX triplet: 06, 3E and 40. RGB value is (6,62,64). Sum of RGB (Red+Green+Blue) = 6+62+64=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #063E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E40 is #F9C1BF. Grayscale: #2D2D2D. Windows color (decimal): -16368064 or 4210182. OLE color: 4210182.
HSL color Cylindrical-coordinate representation of color #063E40: hue angle of 182.07º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063E40 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 62 | 64 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.75 |
| HSL | 182.07º | 0.83% | 0.14% | - |
| HSV(B) | 182.07º | 0.91% | 0.25% | - |
| XYZ | 2.72 | 3.85 | 5.45 | - |
| YUV | 45.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 64 | 0.91 | 0.03 | 0 | 0.75 | 182.07 | 0.83 | 0.14 |
| Hex | 6 | 3E | 40 | 5B | 3 | 0 | 4B | B6 | 53 | E |
| Octal | 6 | 76 | 100 | 133 | 3 | 0 | 113 | 266 | 123 | 16 |
| Binary | 110 | 111110 | 1000000 | 1011011 | 11 | 0 | 1001011 | 10110110 | 1010011 | 1110 |
Color Harmonies of #063E40
Complementary color
Monochromatic Colors of #063E40
Black with #063E40
Text Example
Text Example
White with #063E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E40; }
p { color: rgb(6,62,64); }
H1.HeaderClassName
{
color: #063E40;
}
.AnyTagClassName
{
color: #063E40;
}
</style>
background-color css
<style>
a { background-color: #063E40; }
a { background-color: rgb(6,62,64); }
div.DivClassName
{
background-color: #063E40;
}
.BgClassName
{
background-color: #063E40;
}
</style>
border-color css
<style>
span { border-color: #063E40; }
span { border-color: rgb(6,62,64); }
td.TdClassName
{
border-color: #063E40;
}
.TagClassName
{
border-color: #063E40;
}
</style>