Shades of Siren #6E203B
Tints of Siren #6E203B
RGB
CMYK
RGB Variations
Color information
#6E203B (or 0x6E203B) is known color: Siren. HEX triplet: 6E, 20 and 3B. RGB value is (110,32,59). Sum of RGB (Red+Green+Blue) = 110+32+59=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E203B is #91DFC4. Grayscale: #3A3A3A. Windows color (decimal): -9560005 or 3874926. OLE color: 3874926.
HSL color Cylindrical-coordinate representation of color #6E203B: hue angle of 339.23º 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 #6E203B is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 32 | 59 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.57 |
| HSL | 339.23º | 0.55% | 0.28% | - |
| HSV(B) | 339.23º | 0.71% | 0.43% | - |
| XYZ | 7.74 | 4.66 | 4.63 | - |
| YUV | 58.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 59 | 0 | 0.71 | 0.46 | 0.57 | 339.23 | 0.55 | 0.28 |
| Hex | 6E | 20 | 3B | 0 | 47 | 2E | 39 | 153 | 37 | 1C |
| Octal | 156 | 40 | 73 | 0 | 107 | 56 | 71 | 523 | 67 | 34 |
| Binary | 1101110 | 100000 | 111011 | 0 | 1000111 | 101110 | 111001 | 101010011 | 110111 | 11100 |
Color Harmonies of #6E203B
Complementary color
Monochromatic Colors of #6E203B
Black with #6E203B
Text Example
Text Example
White with #6E203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E203B; }
p { color: rgb(110,32,59); }
H1.HeaderClassName
{
color: #6E203B;
}
.AnyTagClassName
{
color: #6E203B;
}
</style>
background-color css
<style>
a { background-color: #6E203B; }
a { background-color: rgb(110,32,59); }
div.DivClassName
{
background-color: #6E203B;
}
.BgClassName
{
background-color: #6E203B;
}
</style>
border-color css
<style>
span { border-color: #6E203B; }
span { border-color: rgb(110,32,59); }
td.TdClassName
{
border-color: #6E203B;
}
.TagClassName
{
border-color: #6E203B;
}
</style>