Shades of Siren #6A2C45
Tints of Siren #6A2C45
RGB
CMYK
RGB Variations
Color information
#6A2C45 (or 0x6A2C45) is known color: Siren. HEX triplet: 6A, 2C and 45. RGB value is (106,44,69). Sum of RGB (Red+Green+Blue) = 106+44+69=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2C45 is #95D3BA. Grayscale: #414141. Windows color (decimal): -9819067 or 4533354. OLE color: 4533354.
HSL color Cylindrical-coordinate representation of color #6A2C45: hue angle of 335.81º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A2C45 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 44 | 69 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.58 |
| HSL | 335.81º | 0.41% | 0.29% | - |
| HSV(B) | 335.81º | 0.58% | 0.42% | - |
| XYZ | 7.92 | 5.3 | 6.23 | - |
| YUV | 65.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 44 | 69 | 0 | 0.58 | 0.35 | 0.58 | 335.81 | 0.41 | 0.29 |
| Hex | 6A | 2C | 45 | 0 | 3A | 23 | 3A | 150 | 29 | 1D |
| Octal | 152 | 54 | 105 | 0 | 72 | 43 | 72 | 520 | 51 | 35 |
| Binary | 1101010 | 101100 | 1000101 | 0 | 111010 | 100011 | 111010 | 101010000 | 101001 | 11101 |
Color Harmonies of #6A2C45
Complementary color
Monochromatic Colors of #6A2C45
Black with #6A2C45
Text Example
Text Example
White with #6A2C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2C45; }
p { color: rgb(106,44,69); }
H1.HeaderClassName
{
color: #6A2C45;
}
.AnyTagClassName
{
color: #6A2C45;
}
</style>
background-color css
<style>
a { background-color: #6A2C45; }
a { background-color: rgb(106,44,69); }
div.DivClassName
{
background-color: #6A2C45;
}
.BgClassName
{
background-color: #6A2C45;
}
</style>
border-color css
<style>
span { border-color: #6A2C45; }
span { border-color: rgb(106,44,69); }
td.TdClassName
{
border-color: #6A2C45;
}
.TagClassName
{
border-color: #6A2C45;
}
</style>