Shades of Flirt #6C304A
Tints of Flirt #6C304A
RGB
CMYK
RGB Variations
Color information
#6C304A (or 0x6C304A) is known color: Flirt. HEX triplet: 6C, 30 and 4A. RGB value is (108,48,74). Sum of RGB (Red+Green+Blue) = 108+48+74=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C304A is #93CFB5. Grayscale: #444444. Windows color (decimal): -9686966 or 4862060. OLE color: 4862060.
HSL color Cylindrical-coordinate representation of color #6C304A: hue angle of 334º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C304A is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 48 | 74 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.58 |
| HSL | 334º | 0.38% | 0.31% | - |
| HSV(B) | 334º | 0.56% | 0.42% | - |
| XYZ | 8.48 | 5.8 | 7.15 | - |
| YUV | 68.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 74 | 0 | 0.56 | 0.31 | 0.58 | 334 | 0.38 | 0.31 |
| Hex | 6C | 30 | 4A | 0 | 38 | 1F | 3A | 14E | 26 | 1F |
| Octal | 154 | 60 | 112 | 0 | 70 | 37 | 72 | 516 | 46 | 37 |
| Binary | 1101100 | 110000 | 1001010 | 0 | 111000 | 11111 | 111010 | 101001110 | 100110 | 11111 |
Color Harmonies of #6C304A
Complementary color
Monochromatic Colors of #6C304A
Black with #6C304A
Text Example
Text Example
White with #6C304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C304A; }
p { color: rgb(108,48,74); }
H1.HeaderClassName
{
color: #6C304A;
}
.AnyTagClassName
{
color: #6C304A;
}
</style>
background-color css
<style>
a { background-color: #6C304A; }
a { background-color: rgb(108,48,74); }
div.DivClassName
{
background-color: #6C304A;
}
.BgClassName
{
background-color: #6C304A;
}
</style>
border-color css
<style>
span { border-color: #6C304A; }
span { border-color: rgb(108,48,74); }
td.TdClassName
{
border-color: #6C304A;
}
.TagClassName
{
border-color: #6C304A;
}
</style>