Shades of Siren #6F293E
Tints of Siren #6F293E
RGB
CMYK
RGB Variations
Color information
#6F293E (or 0x6F293E) is known color: Siren. HEX triplet: 6F, 29 and 3E. RGB value is (111,41,62). Sum of RGB (Red+Green+Blue) = 111+41+62=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F293E is #90D6C1. Grayscale: #404040. Windows color (decimal): -9492162 or 4073839. OLE color: 4073839.
HSL color Cylindrical-coordinate representation of color #6F293E: hue angle of 342º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F293E is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 62 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.56 |
| HSL | 342º | 0.46% | 0.3% | - |
| HSV(B) | 342º | 0.63% | 0.44% | - |
| XYZ | 8.22 | 5.31 | 5.15 | - |
| YUV | 64.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 62 | 0 | 0.63 | 0.44 | 0.56 | 342 | 0.46 | 0.3 |
| Hex | 6F | 29 | 3E | 0 | 3F | 2C | 38 | 156 | 2E | 1E |
| Octal | 157 | 51 | 76 | 0 | 77 | 54 | 70 | 526 | 56 | 36 |
| Binary | 1101111 | 101001 | 111110 | 0 | 111111 | 101100 | 111000 | 101010110 | 101110 | 11110 |
Color Harmonies of #6F293E
Complementary color
Monochromatic Colors of #6F293E
Black with #6F293E
Text Example
Text Example
White with #6F293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F293E; }
p { color: rgb(111,41,62); }
H1.HeaderClassName
{
color: #6F293E;
}
.AnyTagClassName
{
color: #6F293E;
}
</style>
background-color css
<style>
a { background-color: #6F293E; }
a { background-color: rgb(111,41,62); }
div.DivClassName
{
background-color: #6F293E;
}
.BgClassName
{
background-color: #6F293E;
}
</style>
border-color css
<style>
span { border-color: #6F293E; }
span { border-color: rgb(111,41,62); }
td.TdClassName
{
border-color: #6F293E;
}
.TagClassName
{
border-color: #6F293E;
}
</style>