Shades of Flirt #6C3255
Tints of Flirt #6C3255
RGB
CMYK
RGB Variations
Color information
#6C3255 (or 0x6C3255) is known color: Flirt. HEX triplet: 6C, 32 and 55. RGB value is (108,50,85). Sum of RGB (Red+Green+Blue) = 108+50+85=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3255 is #93CDAA. Grayscale: #474747. Windows color (decimal): -9686443 or 5583468. OLE color: 5583468.
HSL color Cylindrical-coordinate representation of color #6C3255: hue angle of 323.79º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C3255 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 50 | 85 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.58 |
| HSL | 323.79º | 0.37% | 0.31% | - |
| HSV(B) | 323.79º | 0.54% | 0.42% | - |
| XYZ | 8.96 | 6.13 | 9.3 | - |
| YUV | 71.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 85 | 0 | 0.54 | 0.21 | 0.58 | 323.79 | 0.37 | 0.31 |
| Hex | 6C | 32 | 55 | 0 | 36 | 15 | 3A | 144 | 25 | 1F |
| Octal | 154 | 62 | 125 | 0 | 66 | 25 | 72 | 504 | 45 | 37 |
| Binary | 1101100 | 110010 | 1010101 | 0 | 110110 | 10101 | 111010 | 101000100 | 100101 | 11111 |
Color Harmonies of #6C3255
Complementary color
Monochromatic Colors of #6C3255
Black with #6C3255
Text Example
Text Example
White with #6C3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3255; }
p { color: rgb(108,50,85); }
H1.HeaderClassName
{
color: #6C3255;
}
.AnyTagClassName
{
color: #6C3255;
}
</style>
background-color css
<style>
a { background-color: #6C3255; }
a { background-color: rgb(108,50,85); }
div.DivClassName
{
background-color: #6C3255;
}
.BgClassName
{
background-color: #6C3255;
}
</style>
border-color css
<style>
span { border-color: #6C3255; }
span { border-color: rgb(108,50,85); }
td.TdClassName
{
border-color: #6C3255;
}
.TagClassName
{
border-color: #6C3255;
}
</style>