Shades of Flirt #6C2F4A
Tints of Flirt #6C2F4A
RGB
CMYK
RGB Variations
Color information
#6C2F4A (or 0x6C2F4A) is known color: Flirt. HEX triplet: 6C, 2F and 4A. RGB value is (108,47,74). Sum of RGB (Red+Green+Blue) = 108+47+74=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2F4A is #93D0B5. Grayscale: #444444. Windows color (decimal): -9687222 or 4861804. OLE color: 4861804.
HSL color Cylindrical-coordinate representation of color #6C2F4A: hue angle of 333.44º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C2F4A is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 47 | 74 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.58 |
| HSL | 333.44º | 0.39% | 0.3% | - |
| HSV(B) | 333.44º | 0.56% | 0.42% | - |
| XYZ | 8.44 | 5.72 | 7.14 | - |
| YUV | 68.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 74 | 0 | 0.56 | 0.31 | 0.58 | 333.44 | 0.39 | 0.3 |
| Hex | 6C | 2F | 4A | 0 | 38 | 1F | 3A | 14D | 27 | 1E |
| Octal | 154 | 57 | 112 | 0 | 70 | 37 | 72 | 515 | 47 | 36 |
| Binary | 1101100 | 101111 | 1001010 | 0 | 111000 | 11111 | 111010 | 101001101 | 100111 | 11110 |
Color Harmonies of #6C2F4A
Complementary color
Monochromatic Colors of #6C2F4A
Black with #6C2F4A
Text Example
Text Example
White with #6C2F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2F4A; }
p { color: rgb(108,47,74); }
H1.HeaderClassName
{
color: #6C2F4A;
}
.AnyTagClassName
{
color: #6C2F4A;
}
</style>
background-color css
<style>
a { background-color: #6C2F4A; }
a { background-color: rgb(108,47,74); }
div.DivClassName
{
background-color: #6C2F4A;
}
.BgClassName
{
background-color: #6C2F4A;
}
</style>
border-color css
<style>
span { border-color: #6C2F4A; }
span { border-color: rgb(108,47,74); }
td.TdClassName
{
border-color: #6C2F4A;
}
.TagClassName
{
border-color: #6C2F4A;
}
</style>