Shades of Siren #6A293C
Tints of Siren #6A293C
RGB
CMYK
RGB Variations
Color information
#6A293C (or 0x6A293C) is known color: Siren. HEX triplet: 6A, 29 and 3C. RGB value is (106,41,60). Sum of RGB (Red+Green+Blue) = 106+41+60=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A293C is #95D6C3. Grayscale: #3E3E3E. Windows color (decimal): -9819844 or 3942762. OLE color: 3942762.
HSL color Cylindrical-coordinate representation of color #6A293C: hue angle of 342.46º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A293C is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 41 | 60 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.58 |
| HSL | 342.46º | 0.44% | 0.29% | - |
| HSV(B) | 342.46º | 0.61% | 0.42% | - |
| XYZ | 7.55 | 4.98 | 4.84 | - |
| YUV | 62.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 41 | 60 | 0 | 0.61 | 0.43 | 0.58 | 342.46 | 0.44 | 0.29 |
| Hex | 6A | 29 | 3C | 0 | 3D | 2B | 3A | 156 | 2C | 1D |
| Octal | 152 | 51 | 74 | 0 | 75 | 53 | 72 | 526 | 54 | 35 |
| Binary | 1101010 | 101001 | 111100 | 0 | 111101 | 101011 | 111010 | 101010110 | 101100 | 11101 |
Color Harmonies of #6A293C
Complementary color
Monochromatic Colors of #6A293C
Black with #6A293C
Text Example
Text Example
White with #6A293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A293C; }
p { color: rgb(106,41,60); }
H1.HeaderClassName
{
color: #6A293C;
}
.AnyTagClassName
{
color: #6A293C;
}
</style>
background-color css
<style>
a { background-color: #6A293C; }
a { background-color: rgb(106,41,60); }
div.DivClassName
{
background-color: #6A293C;
}
.BgClassName
{
background-color: #6A293C;
}
</style>
border-color css
<style>
span { border-color: #6A293C; }
span { border-color: rgb(106,41,60); }
td.TdClassName
{
border-color: #6A293C;
}
.TagClassName
{
border-color: #6A293C;
}
</style>