Shades of Cyprus #063E43
Tints of Cyprus #063E43
RGB
CMYK
RGB Variations
Color information
#063E43 (or 0x063E43) is known color: Cyprus. HEX triplet: 06, 3E and 43. RGB value is (6,62,67). Sum of RGB (Red+Green+Blue) = 6+62+67=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #063E43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E43 is #F9C1BC. Grayscale: #2D2D2D. Windows color (decimal): -16368061 or 4406790. OLE color: 4406790.
HSL color Cylindrical-coordinate representation of color #063E43: hue angle of 184.92º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063E43 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 62 | 67 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.74 |
| HSL | 184.92º | 0.84% | 0.14% | - |
| HSV(B) | 184.92º | 0.91% | 0.26% | - |
| XYZ | 2.81 | 3.89 | 5.91 | - |
| YUV | 45.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 67 | 0.91 | 0.07 | 0 | 0.74 | 184.92 | 0.84 | 0.14 |
| Hex | 6 | 3E | 43 | 5B | 7 | 0 | 4A | B9 | 54 | E |
| Octal | 6 | 76 | 103 | 133 | 7 | 0 | 112 | 271 | 124 | 16 |
| Binary | 110 | 111110 | 1000011 | 1011011 | 111 | 0 | 1001010 | 10111001 | 1010100 | 1110 |
Color Harmonies of #063E43
Complementary color
Monochromatic Colors of #063E43
Black with #063E43
Text Example
Text Example
White with #063E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E43; }
p { color: rgb(6,62,67); }
H1.HeaderClassName
{
color: #063E43;
}
.AnyTagClassName
{
color: #063E43;
}
</style>
background-color css
<style>
a { background-color: #063E43; }
a { background-color: rgb(6,62,67); }
div.DivClassName
{
background-color: #063E43;
}
.BgClassName
{
background-color: #063E43;
}
</style>
border-color css
<style>
span { border-color: #063E43; }
span { border-color: rgb(6,62,67); }
td.TdClassName
{
border-color: #063E43;
}
.TagClassName
{
border-color: #063E43;
}
</style>