Shades of Siren #6A3043
Tints of Siren #6A3043
RGB
CMYK
RGB Variations
Color information
#6A3043 (or 0x6A3043) is known color: Siren. HEX triplet: 6A, 30 and 43. RGB value is (106,48,67). Sum of RGB (Red+Green+Blue) = 106+48+67=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3043 is #95CFBC. Grayscale: #434343. Windows color (decimal): -9818045 or 4403306. OLE color: 4403306.
HSL color Cylindrical-coordinate representation of color #6A3043: hue angle of 340.34º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3043 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 48 | 67 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.58 |
| HSL | 340.34º | 0.38% | 0.3% | - |
| HSV(B) | 340.34º | 0.55% | 0.42% | - |
| XYZ | 8.01 | 5.58 | 5.97 | - |
| YUV | 67.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 48 | 67 | 0 | 0.55 | 0.37 | 0.58 | 340.34 | 0.38 | 0.3 |
| Hex | 6A | 30 | 43 | 0 | 37 | 25 | 3A | 154 | 26 | 1E |
| Octal | 152 | 60 | 103 | 0 | 67 | 45 | 72 | 524 | 46 | 36 |
| Binary | 1101010 | 110000 | 1000011 | 0 | 110111 | 100101 | 111010 | 101010100 | 100110 | 11110 |
Color Harmonies of #6A3043
Complementary color
Monochromatic Colors of #6A3043
Black with #6A3043
Text Example
Text Example
White with #6A3043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3043; }
p { color: rgb(106,48,67); }
H1.HeaderClassName
{
color: #6A3043;
}
.AnyTagClassName
{
color: #6A3043;
}
</style>
background-color css
<style>
a { background-color: #6A3043; }
a { background-color: rgb(106,48,67); }
div.DivClassName
{
background-color: #6A3043;
}
.BgClassName
{
background-color: #6A3043;
}
</style>
border-color css
<style>
span { border-color: #6A3043; }
span { border-color: rgb(106,48,67); }
td.TdClassName
{
border-color: #6A3043;
}
.TagClassName
{
border-color: #6A3043;
}
</style>