Shades of Siren #6F2C40
Tints of Siren #6F2C40
RGB
CMYK
RGB Variations
Color information
#6F2C40 (or 0x6F2C40) is known color: Siren. HEX triplet: 6F, 2C and 40. RGB value is (111,44,64). Sum of RGB (Red+Green+Blue) = 111+44+64=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2C40 is #90D3BF. Grayscale: #424242. Windows color (decimal): -9491392 or 4205679. OLE color: 4205679.
HSL color Cylindrical-coordinate representation of color #6F2C40: hue angle of 342.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C40 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 44 | 64 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.56 |
| HSL | 342.09º | 0.43% | 0.3% | - |
| HSV(B) | 342.09º | 0.6% | 0.44% | - |
| XYZ | 8.38 | 5.55 | 5.48 | - |
| YUV | 66.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 64 | 0 | 0.60 | 0.42 | 0.56 | 342.09 | 0.43 | 0.3 |
| Hex | 6F | 2C | 40 | 0 | 3C | 2A | 38 | 156 | 2B | 1E |
| Octal | 157 | 54 | 100 | 0 | 74 | 52 | 70 | 526 | 53 | 36 |
| Binary | 1101111 | 101100 | 1000000 | 0 | 111100 | 101010 | 111000 | 101010110 | 101011 | 11110 |
Color Harmonies of #6F2C40
Complementary color
Monochromatic Colors of #6F2C40
Black with #6F2C40
Text Example
Text Example
White with #6F2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2C40; }
p { color: rgb(111,44,64); }
H1.HeaderClassName
{
color: #6F2C40;
}
.AnyTagClassName
{
color: #6F2C40;
}
</style>
background-color css
<style>
a { background-color: #6F2C40; }
a { background-color: rgb(111,44,64); }
div.DivClassName
{
background-color: #6F2C40;
}
.BgClassName
{
background-color: #6F2C40;
}
</style>
border-color css
<style>
span { border-color: #6F2C40; }
span { border-color: rgb(111,44,64); }
td.TdClassName
{
border-color: #6F2C40;
}
.TagClassName
{
border-color: #6F2C40;
}
</style>