Shades of Siren #6C2A3D
Tints of Siren #6C2A3D
RGB
CMYK
RGB Variations
Color information
#6C2A3D (or 0x6C2A3D) is known color: Siren. HEX triplet: 6C, 2A and 3D. RGB value is (108,42,61). Sum of RGB (Red+Green+Blue) = 108+42+61=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2A3D is #93D5C2. Grayscale: #3F3F3F. Windows color (decimal): -9688515 or 4008556. OLE color: 4008556.
HSL color Cylindrical-coordinate representation of color #6C2A3D: hue angle of 342.73º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C2A3D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 61 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.58 |
| HSL | 342.73º | 0.44% | 0.29% | - |
| HSV(B) | 342.73º | 0.61% | 0.42% | - |
| XYZ | 7.85 | 5.18 | 5 | - |
| YUV | 63.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 61 | 0 | 0.61 | 0.44 | 0.58 | 342.73 | 0.44 | 0.29 |
| Hex | 6C | 2A | 3D | 0 | 3D | 2C | 3A | 157 | 2C | 1D |
| Octal | 154 | 52 | 75 | 0 | 75 | 54 | 72 | 527 | 54 | 35 |
| Binary | 1101100 | 101010 | 111101 | 0 | 111101 | 101100 | 111010 | 101010111 | 101100 | 11101 |
Color Harmonies of #6C2A3D
Complementary color
Monochromatic Colors of #6C2A3D
Black with #6C2A3D
Text Example
Text Example
White with #6C2A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A3D; }
p { color: rgb(108,42,61); }
H1.HeaderClassName
{
color: #6C2A3D;
}
.AnyTagClassName
{
color: #6C2A3D;
}
</style>
background-color css
<style>
a { background-color: #6C2A3D; }
a { background-color: rgb(108,42,61); }
div.DivClassName
{
background-color: #6C2A3D;
}
.BgClassName
{
background-color: #6C2A3D;
}
</style>
border-color css
<style>
span { border-color: #6C2A3D; }
span { border-color: rgb(108,42,61); }
td.TdClassName
{
border-color: #6C2A3D;
}
.TagClassName
{
border-color: #6C2A3D;
}
</style>