Shades of Siren #6E2840
Tints of Siren #6E2840
RGB
CMYK
RGB Variations
Color information
#6E2840 (or 0x6E2840) is known color: Siren. HEX triplet: 6E, 28 and 40. RGB value is (110,40,64). Sum of RGB (Red+Green+Blue) = 110+40+64=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2840 is #91D7BF. Grayscale: #3F3F3F. Windows color (decimal): -9557952 or 4204654. OLE color: 4204654.
HSL color Cylindrical-coordinate representation of color #6E2840: hue angle of 339.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E2840 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 64 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.57 |
| HSL | 339.43º | 0.47% | 0.29% | - |
| HSV(B) | 339.43º | 0.64% | 0.43% | - |
| XYZ | 8.11 | 5.2 | 5.43 | - |
| YUV | 63.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 64 | 0 | 0.64 | 0.42 | 0.57 | 339.43 | 0.47 | 0.29 |
| Hex | 6E | 28 | 40 | 0 | 40 | 2A | 39 | 153 | 2F | 1D |
| Octal | 156 | 50 | 100 | 0 | 100 | 52 | 71 | 523 | 57 | 35 |
| Binary | 1101110 | 101000 | 1000000 | 0 | 1000000 | 101010 | 111001 | 101010011 | 101111 | 11101 |
Color Harmonies of #6E2840
Complementary color
Monochromatic Colors of #6E2840
Black with #6E2840
Text Example
Text Example
White with #6E2840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2840; }
p { color: rgb(110,40,64); }
H1.HeaderClassName
{
color: #6E2840;
}
.AnyTagClassName
{
color: #6E2840;
}
</style>
background-color css
<style>
a { background-color: #6E2840; }
a { background-color: rgb(110,40,64); }
div.DivClassName
{
background-color: #6E2840;
}
.BgClassName
{
background-color: #6E2840;
}
</style>
border-color css
<style>
span { border-color: #6E2840; }
span { border-color: rgb(110,40,64); }
td.TdClassName
{
border-color: #6E2840;
}
.TagClassName
{
border-color: #6E2840;
}
</style>