Shades of Siren #6F2740
Tints of Siren #6F2740
RGB
CMYK
RGB Variations
Color information
#6F2740 (or 0x6F2740) is known color: Siren. HEX triplet: 6F, 27 and 40. RGB value is (111,39,64). Sum of RGB (Red+Green+Blue) = 111+39+64=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2740 is #90D8BF. Grayscale: #3F3F3F. Windows color (decimal): -9492672 or 4204399. OLE color: 4204399.
HSL color Cylindrical-coordinate representation of color #6F2740: hue angle of 339.17º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F2740 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 64 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.56 |
| HSL | 339.17º | 0.48% | 0.29% | - |
| HSV(B) | 339.17º | 0.65% | 0.44% | - |
| XYZ | 8.21 | 5.2 | 5.42 | - |
| YUV | 63.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 64 | 0 | 0.65 | 0.42 | 0.56 | 339.17 | 0.48 | 0.29 |
| Hex | 6F | 27 | 40 | 0 | 41 | 2A | 38 | 153 | 30 | 1D |
| Octal | 157 | 47 | 100 | 0 | 101 | 52 | 70 | 523 | 60 | 35 |
| Binary | 1101111 | 100111 | 1000000 | 0 | 1000001 | 101010 | 111000 | 101010011 | 110000 | 11101 |
Color Harmonies of #6F2740
Complementary color
Monochromatic Colors of #6F2740
Black with #6F2740
Text Example
Text Example
White with #6F2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2740; }
p { color: rgb(111,39,64); }
H1.HeaderClassName
{
color: #6F2740;
}
.AnyTagClassName
{
color: #6F2740;
}
</style>
background-color css
<style>
a { background-color: #6F2740; }
a { background-color: rgb(111,39,64); }
div.DivClassName
{
background-color: #6F2740;
}
.BgClassName
{
background-color: #6F2740;
}
</style>
border-color css
<style>
span { border-color: #6F2740; }
span { border-color: rgb(111,39,64); }
td.TdClassName
{
border-color: #6F2740;
}
.TagClassName
{
border-color: #6F2740;
}
</style>