Shades of Flirt #6C3250
Tints of Flirt #6C3250
RGB
CMYK
RGB Variations
Color information
#6C3250 (or 0x6C3250) is known color: Flirt. HEX triplet: 6C, 32 and 50. RGB value is (108,50,80). Sum of RGB (Red+Green+Blue) = 108+50+80=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3250 is #93CDAF. Grayscale: #464646. Windows color (decimal): -9686448 or 5255788. OLE color: 5255788.
HSL color Cylindrical-coordinate representation of color #6C3250: hue angle of 328.97º 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 #6C3250 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 50 | 80 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.58 |
| HSL | 328.97º | 0.37% | 0.31% | - |
| HSV(B) | 328.97º | 0.54% | 0.42% | - |
| XYZ | 8.77 | 6.05 | 8.29 | - |
| YUV | 70.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 80 | 0 | 0.54 | 0.26 | 0.58 | 328.97 | 0.37 | 0.31 |
| Hex | 6C | 32 | 50 | 0 | 36 | 1A | 3A | 149 | 25 | 1F |
| Octal | 154 | 62 | 120 | 0 | 66 | 32 | 72 | 511 | 45 | 37 |
| Binary | 1101100 | 110010 | 1010000 | 0 | 110110 | 11010 | 111010 | 101001001 | 100101 | 11111 |
Color Harmonies of #6C3250
Complementary color
Monochromatic Colors of #6C3250
Black with #6C3250
Text Example
Text Example
White with #6C3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3250; }
p { color: rgb(108,50,80); }
H1.HeaderClassName
{
color: #6C3250;
}
.AnyTagClassName
{
color: #6C3250;
}
</style>
background-color css
<style>
a { background-color: #6C3250; }
a { background-color: rgb(108,50,80); }
div.DivClassName
{
background-color: #6C3250;
}
.BgClassName
{
background-color: #6C3250;
}
</style>
border-color css
<style>
span { border-color: #6C3250; }
span { border-color: rgb(108,50,80); }
td.TdClassName
{
border-color: #6C3250;
}
.TagClassName
{
border-color: #6C3250;
}
</style>