Shades of Siren #6F2C44
Tints of Siren #6F2C44
RGB
CMYK
RGB Variations
Color information
#6F2C44 (or 0x6F2C44) is known color: Siren. HEX triplet: 6F, 2C and 44. RGB value is (111,44,68). Sum of RGB (Red+Green+Blue) = 111+44+68=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2C44 is #90D3BB. Grayscale: #424242. Windows color (decimal): -9491388 or 4467823. OLE color: 4467823.
HSL color Cylindrical-coordinate representation of color #6F2C44: hue angle of 338.51º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C44 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 44 | 68 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.56 |
| HSL | 338.51º | 0.43% | 0.3% | - |
| HSV(B) | 338.51º | 0.6% | 0.44% | - |
| XYZ | 8.5 | 5.6 | 6.1 | - |
| YUV | 66.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 68 | 0 | 0.60 | 0.39 | 0.56 | 338.51 | 0.43 | 0.3 |
| Hex | 6F | 2C | 44 | 0 | 3C | 27 | 38 | 153 | 2B | 1E |
| Octal | 157 | 54 | 104 | 0 | 74 | 47 | 70 | 523 | 53 | 36 |
| Binary | 1101111 | 101100 | 1000100 | 0 | 111100 | 100111 | 111000 | 101010011 | 101011 | 11110 |
Color Harmonies of #6F2C44
Complementary color
Monochromatic Colors of #6F2C44
Black with #6F2C44
Text Example
Text Example
White with #6F2C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2C44; }
p { color: rgb(111,44,68); }
H1.HeaderClassName
{
color: #6F2C44;
}
.AnyTagClassName
{
color: #6F2C44;
}
</style>
background-color css
<style>
a { background-color: #6F2C44; }
a { background-color: rgb(111,44,68); }
div.DivClassName
{
background-color: #6F2C44;
}
.BgClassName
{
background-color: #6F2C44;
}
</style>
border-color css
<style>
span { border-color: #6F2C44; }
span { border-color: rgb(111,44,68); }
td.TdClassName
{
border-color: #6F2C44;
}
.TagClassName
{
border-color: #6F2C44;
}
</style>