Shades of Siren #6E203A
Tints of Siren #6E203A
RGB
CMYK
RGB Variations
Color information
#6E203A (or 0x6E203A) is known color: Siren. HEX triplet: 6E, 20 and 3A. RGB value is (110,32,58). Sum of RGB (Red+Green+Blue) = 110+32+58=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E203A is #91DFC5. Grayscale: #3A3A3A. Windows color (decimal): -9560006 or 3809390. OLE color: 3809390.
HSL color Cylindrical-coordinate representation of color #6E203A: hue angle of 340º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E203A is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 32 | 58 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.57 |
| HSL | 340º | 0.55% | 0.28% | - |
| HSV(B) | 340º | 0.71% | 0.43% | - |
| XYZ | 7.71 | 4.65 | 4.49 | - |
| YUV | 58.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 58 | 0 | 0.71 | 0.47 | 0.57 | 340 | 0.55 | 0.28 |
| Hex | 6E | 20 | 3A | 0 | 47 | 2F | 39 | 154 | 37 | 1C |
| Octal | 156 | 40 | 72 | 0 | 107 | 57 | 71 | 524 | 67 | 34 |
| Binary | 1101110 | 100000 | 111010 | 0 | 1000111 | 101111 | 111001 | 101010100 | 110111 | 11100 |
Color Harmonies of #6E203A
Complementary color
Monochromatic Colors of #6E203A
Black with #6E203A
Text Example
Text Example
White with #6E203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E203A; }
p { color: rgb(110,32,58); }
H1.HeaderClassName
{
color: #6E203A;
}
.AnyTagClassName
{
color: #6E203A;
}
</style>
background-color css
<style>
a { background-color: #6E203A; }
a { background-color: rgb(110,32,58); }
div.DivClassName
{
background-color: #6E203A;
}
.BgClassName
{
background-color: #6E203A;
}
</style>
border-color css
<style>
span { border-color: #6E203A; }
span { border-color: rgb(110,32,58); }
td.TdClassName
{
border-color: #6E203A;
}
.TagClassName
{
border-color: #6E203A;
}
</style>