Shades of Siren #6E213B
Tints of Siren #6E213B
RGB
CMYK
RGB Variations
Color information
#6E213B (or 0x6E213B) is known color: Siren. HEX triplet: 6E, 21 and 3B. RGB value is (110,33,59). Sum of RGB (Red+Green+Blue) = 110+33+59=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E213B is #91DEC4. Grayscale: #3A3A3A. Windows color (decimal): -9559749 or 3875182. OLE color: 3875182.
HSL color Cylindrical-coordinate representation of color #6E213B: hue angle of 339.74º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E213B is Cyan = 0, Magento = 0.7, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 33 | 59 | - |
| CMYK | 0 | 0.7 | 0.46 | 0.57 |
| HSL | 339.74º | 0.54% | 0.28% | - |
| HSV(B) | 339.74º | 0.7% | 0.43% | - |
| XYZ | 7.76 | 4.72 | 4.64 | - |
| YUV | 58.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 59 | 0 | 0.7 | 0.46 | 0.57 | 339.74 | 0.54 | 0.28 |
| Hex | 6E | 21 | 3B | 0 | 46 | 2E | 39 | 154 | 36 | 1C |
| Octal | 156 | 41 | 73 | 0 | 106 | 56 | 71 | 524 | 66 | 34 |
| Binary | 1101110 | 100001 | 111011 | 0 | 1000110 | 101110 | 111001 | 101010100 | 110110 | 11100 |
Color Harmonies of #6E213B
Complementary color
Monochromatic Colors of #6E213B
Black with #6E213B
Text Example
Text Example
White with #6E213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E213B; }
p { color: rgb(110,33,59); }
H1.HeaderClassName
{
color: #6E213B;
}
.AnyTagClassName
{
color: #6E213B;
}
</style>
background-color css
<style>
a { background-color: #6E213B; }
a { background-color: rgb(110,33,59); }
div.DivClassName
{
background-color: #6E213B;
}
.BgClassName
{
background-color: #6E213B;
}
</style>
border-color css
<style>
span { border-color: #6E213B; }
span { border-color: rgb(110,33,59); }
td.TdClassName
{
border-color: #6E213B;
}
.TagClassName
{
border-color: #6E213B;
}
</style>