Shades of Siren #6F3140
Tints of Siren #6F3140
RGB
CMYK
RGB Variations
Color information
#6F3140 (or 0x6F3140) is known color: Siren. HEX triplet: 6F, 31 and 40. RGB value is (111,49,64). Sum of RGB (Red+Green+Blue) = 111+49+64=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3140 is #90CEBF. Grayscale: #454545. Windows color (decimal): -9490112 or 4206959. OLE color: 4206959.
HSL color Cylindrical-coordinate representation of color #6F3140: hue angle of 345.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3140 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 64 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.56 |
| HSL | 345.48º | 0.39% | 0.31% | - |
| HSV(B) | 345.48º | 0.56% | 0.44% | - |
| XYZ | 8.58 | 5.95 | 5.55 | - |
| YUV | 69.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 64 | 0 | 0.56 | 0.42 | 0.56 | 345.48 | 0.39 | 0.31 |
| Hex | 6F | 31 | 40 | 0 | 38 | 2A | 38 | 159 | 27 | 1F |
| Octal | 157 | 61 | 100 | 0 | 70 | 52 | 70 | 531 | 47 | 37 |
| Binary | 1101111 | 110001 | 1000000 | 0 | 111000 | 101010 | 111000 | 101011001 | 100111 | 11111 |
Color Harmonies of #6F3140
Complementary color
Monochromatic Colors of #6F3140
Black with #6F3140
Text Example
Text Example
White with #6F3140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3140; }
p { color: rgb(111,49,64); }
H1.HeaderClassName
{
color: #6F3140;
}
.AnyTagClassName
{
color: #6F3140;
}
</style>
background-color css
<style>
a { background-color: #6F3140; }
a { background-color: rgb(111,49,64); }
div.DivClassName
{
background-color: #6F3140;
}
.BgClassName
{
background-color: #6F3140;
}
</style>
border-color css
<style>
span { border-color: #6F3140; }
span { border-color: rgb(111,49,64); }
td.TdClassName
{
border-color: #6F3140;
}
.TagClassName
{
border-color: #6F3140;
}
</style>