Shades of Siren #6C2540
Tints of Siren #6C2540
RGB
CMYK
RGB Variations
Color information
#6C2540 (or 0x6C2540) is known color: Siren. HEX triplet: 6C, 25 and 40. RGB value is (108,37,64). Sum of RGB (Red+Green+Blue) = 108+37+64=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2540 is #93DABF. Grayscale: #3D3D3D. Windows color (decimal): -9689792 or 4203884. OLE color: 4203884.
HSL color Cylindrical-coordinate representation of color #6C2540: hue angle of 337.18º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2540 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 37 | 64 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.58 |
| HSL | 337.18º | 0.49% | 0.28% | - |
| HSV(B) | 337.18º | 0.66% | 0.42% | - |
| XYZ | 7.77 | 4.88 | 5.38 | - |
| YUV | 61.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 64 | 0 | 0.66 | 0.41 | 0.58 | 337.18 | 0.49 | 0.28 |
| Hex | 6C | 25 | 40 | 0 | 42 | 29 | 3A | 151 | 31 | 1C |
| Octal | 154 | 45 | 100 | 0 | 102 | 51 | 72 | 521 | 61 | 34 |
| Binary | 1101100 | 100101 | 1000000 | 0 | 1000010 | 101001 | 111010 | 101010001 | 110001 | 11100 |
Color Harmonies of #6C2540
Complementary color
Monochromatic Colors of #6C2540
Black with #6C2540
Text Example
Text Example
White with #6C2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2540; }
p { color: rgb(108,37,64); }
H1.HeaderClassName
{
color: #6C2540;
}
.AnyTagClassName
{
color: #6C2540;
}
</style>
background-color css
<style>
a { background-color: #6C2540; }
a { background-color: rgb(108,37,64); }
div.DivClassName
{
background-color: #6C2540;
}
.BgClassName
{
background-color: #6C2540;
}
</style>
border-color css
<style>
span { border-color: #6C2540; }
span { border-color: rgb(108,37,64); }
td.TdClassName
{
border-color: #6C2540;
}
.TagClassName
{
border-color: #6C2540;
}
</style>