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