Shades of Cyprus #063C41
Tints of Cyprus #063C41
RGB
CMYK
RGB Variations
Color information
#063C41 (or 0x063C41) is known color: Cyprus. HEX triplet: 06, 3C and 41. RGB value is (6,60,65). Sum of RGB (Red+Green+Blue) = 6+60+65=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #063C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C41 is #F9C3BE. Grayscale: #2C2C2C. Windows color (decimal): -16368575 or 4275206. OLE color: 4275206.
HSL color Cylindrical-coordinate representation of color #063C41: hue angle of 185.08º 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 #063C41 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 60 | 65 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.75 |
| HSL | 185.08º | 0.83% | 0.14% | - |
| HSV(B) | 185.08º | 0.91% | 0.25% | - |
| XYZ | 2.65 | 3.65 | 5.57 | - |
| YUV | 44.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 65 | 0.91 | 0.08 | 0 | 0.75 | 185.08 | 0.83 | 0.14 |
| Hex | 6 | 3C | 41 | 5B | 8 | 0 | 4B | B9 | 53 | E |
| Octal | 6 | 74 | 101 | 133 | 10 | 0 | 113 | 271 | 123 | 16 |
| Binary | 110 | 111100 | 1000001 | 1011011 | 1000 | 0 | 1001011 | 10111001 | 1010011 | 1110 |
Color Harmonies of #063C41
Complementary color
Monochromatic Colors of #063C41
Black with #063C41
Text Example
Text Example
White with #063C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C41; }
p { color: rgb(6,60,65); }
H1.HeaderClassName
{
color: #063C41;
}
.AnyTagClassName
{
color: #063C41;
}
</style>
background-color css
<style>
a { background-color: #063C41; }
a { background-color: rgb(6,60,65); }
div.DivClassName
{
background-color: #063C41;
}
.BgClassName
{
background-color: #063C41;
}
</style>
border-color css
<style>
span { border-color: #063C41; }
span { border-color: rgb(6,60,65); }
td.TdClassName
{
border-color: #063C41;
}
.TagClassName
{
border-color: #063C41;
}
</style>