Shades of Siren #6E2440
Tints of Siren #6E2440
RGB
CMYK
RGB Variations
Color information
#6E2440 (or 0x6E2440) is known color: Siren. HEX triplet: 6E, 24 and 40. RGB value is (110,36,64). Sum of RGB (Red+Green+Blue) = 110+36+64=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2440 is #91DBBF. Grayscale: #3D3D3D. Windows color (decimal): -9558976 or 4203630. OLE color: 4203630.
HSL color Cylindrical-coordinate representation of color #6E2440: hue angle of 337.3º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2440 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 36 | 64 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.57 |
| HSL | 337.3º | 0.51% | 0.29% | - |
| HSV(B) | 337.3º | 0.67% | 0.43% | - |
| XYZ | 7.99 | 4.95 | 5.38 | - |
| YUV | 61.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 64 | 0 | 0.67 | 0.42 | 0.57 | 337.3 | 0.51 | 0.29 |
| Hex | 6E | 24 | 40 | 0 | 43 | 2A | 39 | 151 | 33 | 1D |
| Octal | 156 | 44 | 100 | 0 | 103 | 52 | 71 | 521 | 63 | 35 |
| Binary | 1101110 | 100100 | 1000000 | 0 | 1000011 | 101010 | 111001 | 101010001 | 110011 | 11101 |
Color Harmonies of #6E2440
Complementary color
Monochromatic Colors of #6E2440
Black with #6E2440
Text Example
Text Example
White with #6E2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2440; }
p { color: rgb(110,36,64); }
H1.HeaderClassName
{
color: #6E2440;
}
.AnyTagClassName
{
color: #6E2440;
}
</style>
background-color css
<style>
a { background-color: #6E2440; }
a { background-color: rgb(110,36,64); }
div.DivClassName
{
background-color: #6E2440;
}
.BgClassName
{
background-color: #6E2440;
}
</style>
border-color css
<style>
span { border-color: #6E2440; }
span { border-color: rgb(110,36,64); }
td.TdClassName
{
border-color: #6E2440;
}
.TagClassName
{
border-color: #6E2440;
}
</style>