Shades of Cyprus #06493D
Tints of Cyprus #06493D
RGB
CMYK
RGB Variations
Color information
#06493D (or 0x06493D) is known color: Cyprus. HEX triplet: 06, 49 and 3D. RGB value is (6,73,61). Sum of RGB (Red+Green+Blue) = 6+73+61=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #06493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06493D is #F9B6C2. Grayscale: #333333. Windows color (decimal): -16365251 or 4016390. OLE color: 4016390.
HSL color Cylindrical-coordinate representation of color #06493D: hue angle of 169.25º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06493D is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 61 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.71 |
| HSL | 169.25º | 0.85% | 0.15% | - |
| HSV(B) | 169.25º | 0.92% | 0.29% | - |
| XYZ | 3.3 | 5.14 | 5.23 | - |
| YUV | 51.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 61 | 0.92 | 0 | 0.16 | 0.71 | 169.25 | 0.85 | 0.15 |
| Hex | 6 | 49 | 3D | 5C | 0 | 10 | 47 | A9 | 55 | F |
| Octal | 6 | 111 | 75 | 134 | 0 | 20 | 107 | 251 | 125 | 17 |
| Binary | 110 | 1001001 | 111101 | 1011100 | 0 | 10000 | 1000111 | 10101001 | 1010101 | 1111 |
Color Harmonies of #06493D
Complementary color
Monochromatic Colors of #06493D
Black with #06493D
Text Example
Text Example
White with #06493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06493D; }
p { color: rgb(6,73,61); }
H1.HeaderClassName
{
color: #06493D;
}
.AnyTagClassName
{
color: #06493D;
}
</style>
background-color css
<style>
a { background-color: #06493D; }
a { background-color: rgb(6,73,61); }
div.DivClassName
{
background-color: #06493D;
}
.BgClassName
{
background-color: #06493D;
}
</style>
border-color css
<style>
span { border-color: #06493D; }
span { border-color: rgb(6,73,61); }
td.TdClassName
{
border-color: #06493D;
}
.TagClassName
{
border-color: #06493D;
}
</style>