Shades of Cyprus #063A40
Tints of Cyprus #063A40
RGB
CMYK
RGB Variations
Color information
#063A40 (or 0x063A40) is known color: Cyprus. HEX triplet: 06, 3A and 40. RGB value is (6,58,64). Sum of RGB (Red+Green+Blue) = 6+58+64=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #063A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A40 is #F9C5BF. Grayscale: #2B2B2B. Windows color (decimal): -16369088 or 4209158. OLE color: 4209158.
HSL color Cylindrical-coordinate representation of color #063A40: hue angle of 186.21º 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 #063A40 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 58 | 64 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.75 |
| HSL | 186.21º | 0.83% | 0.14% | - |
| HSV(B) | 186.21º | 0.91% | 0.25% | - |
| XYZ | 2.51 | 3.43 | 5.38 | - |
| YUV | 43.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 64 | 0.91 | 0.09 | 0 | 0.75 | 186.21 | 0.83 | 0.14 |
| Hex | 6 | 3A | 40 | 5B | 9 | 0 | 4B | BA | 53 | E |
| Octal | 6 | 72 | 100 | 133 | 11 | 0 | 113 | 272 | 123 | 16 |
| Binary | 110 | 111010 | 1000000 | 1011011 | 1001 | 0 | 1001011 | 10111010 | 1010011 | 1110 |
Color Harmonies of #063A40
Complementary color
Monochromatic Colors of #063A40
Black with #063A40
Text Example
Text Example
White with #063A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A40; }
p { color: rgb(6,58,64); }
H1.HeaderClassName
{
color: #063A40;
}
.AnyTagClassName
{
color: #063A40;
}
</style>
background-color css
<style>
a { background-color: #063A40; }
a { background-color: rgb(6,58,64); }
div.DivClassName
{
background-color: #063A40;
}
.BgClassName
{
background-color: #063A40;
}
</style>
border-color css
<style>
span { border-color: #063A40; }
span { border-color: rgb(6,58,64); }
td.TdClassName
{
border-color: #063A40;
}
.TagClassName
{
border-color: #063A40;
}
</style>