Shades of Siren #6A2A39
Tints of Siren #6A2A39
RGB
CMYK
RGB Variations
Color information
#6A2A39 (or 0x6A2A39) is known color: Siren. HEX triplet: 6A, 2A and 39. RGB value is (106,42,57). Sum of RGB (Red+Green+Blue) = 106+42+57=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2A39 is #95D5C6. Grayscale: #3E3E3E. Windows color (decimal): -9819591 or 3746410. OLE color: 3746410.
HSL color Cylindrical-coordinate representation of color #6A2A39: hue angle of 345.94º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A2A39 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 42 | 57 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.58 |
| HSL | 345.94º | 0.43% | 0.29% | - |
| HSV(B) | 345.94º | 0.6% | 0.42% | - |
| XYZ | 7.51 | 5.02 | 4.44 | - |
| YUV | 62.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 42 | 57 | 0 | 0.60 | 0.46 | 0.58 | 345.94 | 0.43 | 0.29 |
| Hex | 6A | 2A | 39 | 0 | 3C | 2E | 3A | 15A | 2B | 1D |
| Octal | 152 | 52 | 71 | 0 | 74 | 56 | 72 | 532 | 53 | 35 |
| Binary | 1101010 | 101010 | 111001 | 0 | 111100 | 101110 | 111010 | 101011010 | 101011 | 11101 |
Color Harmonies of #6A2A39
Complementary color
Monochromatic Colors of #6A2A39
Black with #6A2A39
Text Example
Text Example
White with #6A2A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2A39; }
p { color: rgb(106,42,57); }
H1.HeaderClassName
{
color: #6A2A39;
}
.AnyTagClassName
{
color: #6A2A39;
}
</style>
background-color css
<style>
a { background-color: #6A2A39; }
a { background-color: rgb(106,42,57); }
div.DivClassName
{
background-color: #6A2A39;
}
.BgClassName
{
background-color: #6A2A39;
}
</style>
border-color css
<style>
span { border-color: #6A2A39; }
span { border-color: rgb(106,42,57); }
td.TdClassName
{
border-color: #6A2A39;
}
.TagClassName
{
border-color: #6A2A39;
}
</style>