Shades of Siren #6F2A43
Tints of Siren #6F2A43
RGB
CMYK
RGB Variations
Color information
#6F2A43 (or 0x6F2A43) is known color: Siren. HEX triplet: 6F, 2A and 43. RGB value is (111,42,67). Sum of RGB (Red+Green+Blue) = 111+42+67=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2A43 is #90D5BC. Grayscale: #414141. Windows color (decimal): -9491901 or 4401775. OLE color: 4401775.
HSL color Cylindrical-coordinate representation of color #6F2A43: hue angle of 338.26º 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 #6F2A43 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 42 | 67 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.56 |
| HSL | 338.26º | 0.45% | 0.3% | - |
| HSV(B) | 338.26º | 0.62% | 0.44% | - |
| XYZ | 8.4 | 5.44 | 5.92 | - |
| YUV | 65.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 67 | 0 | 0.62 | 0.40 | 0.56 | 338.26 | 0.45 | 0.3 |
| Hex | 6F | 2A | 43 | 0 | 3E | 28 | 38 | 152 | 2D | 1E |
| Octal | 157 | 52 | 103 | 0 | 76 | 50 | 70 | 522 | 55 | 36 |
| Binary | 1101111 | 101010 | 1000011 | 0 | 111110 | 101000 | 111000 | 101010010 | 101101 | 11110 |
Color Harmonies of #6F2A43
Complementary color
Monochromatic Colors of #6F2A43
Black with #6F2A43
Text Example
Text Example
White with #6F2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2A43; }
p { color: rgb(111,42,67); }
H1.HeaderClassName
{
color: #6F2A43;
}
.AnyTagClassName
{
color: #6F2A43;
}
</style>
background-color css
<style>
a { background-color: #6F2A43; }
a { background-color: rgb(111,42,67); }
div.DivClassName
{
background-color: #6F2A43;
}
.BgClassName
{
background-color: #6F2A43;
}
</style>
border-color css
<style>
span { border-color: #6F2A43; }
span { border-color: rgb(111,42,67); }
td.TdClassName
{
border-color: #6F2A43;
}
.TagClassName
{
border-color: #6F2A43;
}
</style>