Shades of Siren #6A2D44
Tints of Siren #6A2D44
RGB
CMYK
RGB Variations
Color information
#6A2D44 (or 0x6A2D44) is known color: Siren. HEX triplet: 6A, 2D and 44. RGB value is (106,45,68). Sum of RGB (Red+Green+Blue) = 106+45+68=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2D44 is #95D2BB. Grayscale: #414141. Windows color (decimal): -9818812 or 4468074. OLE color: 4468074.
HSL color Cylindrical-coordinate representation of color #6A2D44: hue angle of 337.38º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A2D44 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 45 | 68 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.58 |
| HSL | 337.38º | 0.4% | 0.3% | - |
| HSV(B) | 337.38º | 0.58% | 0.42% | - |
| XYZ | 7.93 | 5.36 | 6.09 | - |
| YUV | 65.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 45 | 68 | 0 | 0.58 | 0.36 | 0.58 | 337.38 | 0.4 | 0.3 |
| Hex | 6A | 2D | 44 | 0 | 3A | 24 | 3A | 151 | 28 | 1E |
| Octal | 152 | 55 | 104 | 0 | 72 | 44 | 72 | 521 | 50 | 36 |
| Binary | 1101010 | 101101 | 1000100 | 0 | 111010 | 100100 | 111010 | 101010001 | 101000 | 11110 |
Color Harmonies of #6A2D44
Complementary color
Monochromatic Colors of #6A2D44
Black with #6A2D44
Text Example
Text Example
White with #6A2D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2D44; }
p { color: rgb(106,45,68); }
H1.HeaderClassName
{
color: #6A2D44;
}
.AnyTagClassName
{
color: #6A2D44;
}
</style>
background-color css
<style>
a { background-color: #6A2D44; }
a { background-color: rgb(106,45,68); }
div.DivClassName
{
background-color: #6A2D44;
}
.BgClassName
{
background-color: #6A2D44;
}
</style>
border-color css
<style>
span { border-color: #6A2D44; }
span { border-color: rgb(106,45,68); }
td.TdClassName
{
border-color: #6A2D44;
}
.TagClassName
{
border-color: #6A2D44;
}
</style>