Shades of Cyprus #063D42
Tints of Cyprus #063D42
RGB
CMYK
RGB Variations
Color information
#063D42 (or 0x063D42) is known color: Cyprus. HEX triplet: 06, 3D and 42. RGB value is (6,61,66). Sum of RGB (Red+Green+Blue) = 6+61+66=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #063D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D42 is #F9C2BD. Grayscale: #2D2D2D. Windows color (decimal): -16368318 or 4340998. OLE color: 4340998.
HSL color Cylindrical-coordinate representation of color #063D42: hue angle of 185º degrees, saturation: 0.83, 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 #063D42 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 61 | 66 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.74 |
| HSL | 185º | 0.83% | 0.14% | - |
| HSV(B) | 185º | 0.91% | 0.26% | - |
| XYZ | 2.73 | 3.77 | 5.74 | - |
| YUV | 45.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 66 | 0.91 | 0.08 | 0 | 0.74 | 185 | 0.83 | 0.14 |
| Hex | 6 | 3D | 42 | 5B | 8 | 0 | 4A | B9 | 53 | E |
| Octal | 6 | 75 | 102 | 133 | 10 | 0 | 112 | 271 | 123 | 16 |
| Binary | 110 | 111101 | 1000010 | 1011011 | 1000 | 0 | 1001010 | 10111001 | 1010011 | 1110 |
Color Harmonies of #063D42
Complementary color
Monochromatic Colors of #063D42
Black with #063D42
Text Example
Text Example
White with #063D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D42; }
p { color: rgb(6,61,66); }
H1.HeaderClassName
{
color: #063D42;
}
.AnyTagClassName
{
color: #063D42;
}
</style>
background-color css
<style>
a { background-color: #063D42; }
a { background-color: rgb(6,61,66); }
div.DivClassName
{
background-color: #063D42;
}
.BgClassName
{
background-color: #063D42;
}
</style>
border-color css
<style>
span { border-color: #063D42; }
span { border-color: rgb(6,61,66); }
td.TdClassName
{
border-color: #063D42;
}
.TagClassName
{
border-color: #063D42;
}
</style>