Shades of Siren #6F213C
Tints of Siren #6F213C
RGB
CMYK
RGB Variations
Color information
#6F213C (or 0x6F213C) is known color: Siren. HEX triplet: 6F, 21 and 3C. RGB value is (111,33,60). Sum of RGB (Red+Green+Blue) = 111+33+60=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F213C is #90DEC3. Grayscale: #3B3B3B. Windows color (decimal): -9494212 or 3940719. OLE color: 3940719.
HSL color Cylindrical-coordinate representation of color #6F213C: hue angle of 339.23º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F213C is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 60 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.56 |
| HSL | 339.23º | 0.54% | 0.28% | - |
| HSV(B) | 339.23º | 0.7% | 0.44% | - |
| XYZ | 7.92 | 4.79 | 4.78 | - |
| YUV | 59.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 60 | 0 | 0.70 | 0.46 | 0.56 | 339.23 | 0.54 | 0.28 |
| Hex | 6F | 21 | 3C | 0 | 46 | 2E | 38 | 153 | 36 | 1C |
| Octal | 157 | 41 | 74 | 0 | 106 | 56 | 70 | 523 | 66 | 34 |
| Binary | 1101111 | 100001 | 111100 | 0 | 1000110 | 101110 | 111000 | 101010011 | 110110 | 11100 |
Color Harmonies of #6F213C
Complementary color
Monochromatic Colors of #6F213C
Black with #6F213C
Text Example
Text Example
White with #6F213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F213C; }
p { color: rgb(111,33,60); }
H1.HeaderClassName
{
color: #6F213C;
}
.AnyTagClassName
{
color: #6F213C;
}
</style>
background-color css
<style>
a { background-color: #6F213C; }
a { background-color: rgb(111,33,60); }
div.DivClassName
{
background-color: #6F213C;
}
.BgClassName
{
background-color: #6F213C;
}
</style>
border-color css
<style>
span { border-color: #6F213C; }
span { border-color: rgb(111,33,60); }
td.TdClassName
{
border-color: #6F213C;
}
.TagClassName
{
border-color: #6F213C;
}
</style>