Shades of Siren #6A2B41
Tints of Siren #6A2B41
RGB
CMYK
RGB Variations
Color information
#6A2B41 (or 0x6A2B41) is known color: Siren. HEX triplet: 6A, 2B and 41. RGB value is (106,43,65). Sum of RGB (Red+Green+Blue) = 106+43+65=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2B41 is #95D4BE. Grayscale: #404040. Windows color (decimal): -9819327 or 4270954. OLE color: 4270954.
HSL color Cylindrical-coordinate representation of color #6A2B41: hue angle of 339.05º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A2B41 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 43 | 65 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.58 |
| HSL | 339.05º | 0.42% | 0.29% | - |
| HSV(B) | 339.05º | 0.59% | 0.42% | - |
| XYZ | 7.76 | 5.17 | 5.59 | - |
| YUV | 64.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 43 | 65 | 0 | 0.59 | 0.39 | 0.58 | 339.05 | 0.42 | 0.29 |
| Hex | 6A | 2B | 41 | 0 | 3B | 27 | 3A | 153 | 2A | 1D |
| Octal | 152 | 53 | 101 | 0 | 73 | 47 | 72 | 523 | 52 | 35 |
| Binary | 1101010 | 101011 | 1000001 | 0 | 111011 | 100111 | 111010 | 101010011 | 101010 | 11101 |
Color Harmonies of #6A2B41
Complementary color
Monochromatic Colors of #6A2B41
Black with #6A2B41
Text Example
Text Example
White with #6A2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2B41; }
p { color: rgb(106,43,65); }
H1.HeaderClassName
{
color: #6A2B41;
}
.AnyTagClassName
{
color: #6A2B41;
}
</style>
background-color css
<style>
a { background-color: #6A2B41; }
a { background-color: rgb(106,43,65); }
div.DivClassName
{
background-color: #6A2B41;
}
.BgClassName
{
background-color: #6A2B41;
}
</style>
border-color css
<style>
span { border-color: #6A2B41; }
span { border-color: rgb(106,43,65); }
td.TdClassName
{
border-color: #6A2B41;
}
.TagClassName
{
border-color: #6A2B41;
}
</style>