Shades of Siren #6E2940
Tints of Siren #6E2940
RGB
CMYK
RGB Variations
Color information
#6E2940 (or 0x6E2940) is known color: Siren. HEX triplet: 6E, 29 and 40. RGB value is (110,41,64). Sum of RGB (Red+Green+Blue) = 110+41+64=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2940 is #91D6BF. Grayscale: #404040. Windows color (decimal): -9557696 or 4204910. OLE color: 4204910.
HSL color Cylindrical-coordinate representation of color #6E2940: hue angle of 340º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E2940 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 64 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.57 |
| HSL | 340º | 0.46% | 0.3% | - |
| HSV(B) | 340º | 0.63% | 0.43% | - |
| XYZ | 8.15 | 5.27 | 5.44 | - |
| YUV | 64.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 64 | 0 | 0.63 | 0.42 | 0.57 | 340 | 0.46 | 0.3 |
| Hex | 6E | 29 | 40 | 0 | 3F | 2A | 39 | 154 | 2E | 1E |
| Octal | 156 | 51 | 100 | 0 | 77 | 52 | 71 | 524 | 56 | 36 |
| Binary | 1101110 | 101001 | 1000000 | 0 | 111111 | 101010 | 111001 | 101010100 | 101110 | 11110 |
Color Harmonies of #6E2940
Complementary color
Monochromatic Colors of #6E2940
Black with #6E2940
Text Example
Text Example
White with #6E2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2940; }
p { color: rgb(110,41,64); }
H1.HeaderClassName
{
color: #6E2940;
}
.AnyTagClassName
{
color: #6E2940;
}
</style>
background-color css
<style>
a { background-color: #6E2940; }
a { background-color: rgb(110,41,64); }
div.DivClassName
{
background-color: #6E2940;
}
.BgClassName
{
background-color: #6E2940;
}
</style>
border-color css
<style>
span { border-color: #6E2940; }
span { border-color: rgb(110,41,64); }
td.TdClassName
{
border-color: #6E2940;
}
.TagClassName
{
border-color: #6E2940;
}
</style>