Shades of Siren #6F2A42
Tints of Siren #6F2A42
RGB
CMYK
RGB Variations
Color information
#6F2A42 (or 0x6F2A42) is known color: Siren. HEX triplet: 6F, 2A and 42. RGB value is (111,42,66). Sum of RGB (Red+Green+Blue) = 111+42+66=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2A42 is #90D5BD. Grayscale: #414141. Windows color (decimal): -9491902 or 4336239. OLE color: 4336239.
HSL color Cylindrical-coordinate representation of color #6F2A42: hue angle of 339.13º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F2A42 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 42 | 66 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.56 |
| HSL | 339.13º | 0.45% | 0.3% | - |
| HSV(B) | 339.13º | 0.62% | 0.44% | - |
| XYZ | 8.37 | 5.43 | 5.76 | - |
| YUV | 65.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 66 | 0 | 0.62 | 0.41 | 0.56 | 339.13 | 0.45 | 0.3 |
| Hex | 6F | 2A | 42 | 0 | 3E | 29 | 38 | 153 | 2D | 1E |
| Octal | 157 | 52 | 102 | 0 | 76 | 51 | 70 | 523 | 55 | 36 |
| Binary | 1101111 | 101010 | 1000010 | 0 | 111110 | 101001 | 111000 | 101010011 | 101101 | 11110 |
Color Harmonies of #6F2A42
Complementary color
Monochromatic Colors of #6F2A42
Black with #6F2A42
Text Example
Text Example
White with #6F2A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2A42; }
p { color: rgb(111,42,66); }
H1.HeaderClassName
{
color: #6F2A42;
}
.AnyTagClassName
{
color: #6F2A42;
}
</style>
background-color css
<style>
a { background-color: #6F2A42; }
a { background-color: rgb(111,42,66); }
div.DivClassName
{
background-color: #6F2A42;
}
.BgClassName
{
background-color: #6F2A42;
}
</style>
border-color css
<style>
span { border-color: #6F2A42; }
span { border-color: rgb(111,42,66); }
td.TdClassName
{
border-color: #6F2A42;
}
.TagClassName
{
border-color: #6F2A42;
}
</style>