Shades of Flirt #6A3350
Tints of Flirt #6A3350
RGB
CMYK
RGB Variations
Color information
#6A3350 (or 0x6A3350) is known color: Flirt. HEX triplet: 6A, 33 and 50. RGB value is (106,51,80). Sum of RGB (Red+Green+Blue) = 106+51+80=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3350 is #95CCAF. Grayscale: #464646. Windows color (decimal): -9817264 or 5256042. OLE color: 5256042.
HSL color Cylindrical-coordinate representation of color #6A3350: hue angle of 328.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A3350 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 51 | 80 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.58 |
| HSL | 328.36º | 0.35% | 0.31% | - |
| HSV(B) | 328.36º | 0.52% | 0.42% | - |
| XYZ | 8.58 | 6.01 | 8.3 | - |
| YUV | 70.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 51 | 80 | 0 | 0.52 | 0.25 | 0.58 | 328.36 | 0.35 | 0.31 |
| Hex | 6A | 33 | 50 | 0 | 34 | 19 | 3A | 148 | 23 | 1F |
| Octal | 152 | 63 | 120 | 0 | 64 | 31 | 72 | 510 | 43 | 37 |
| Binary | 1101010 | 110011 | 1010000 | 0 | 110100 | 11001 | 111010 | 101001000 | 100011 | 11111 |
Color Harmonies of #6A3350
Complementary color
Monochromatic Colors of #6A3350
Black with #6A3350
Text Example
Text Example
White with #6A3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3350; }
p { color: rgb(106,51,80); }
H1.HeaderClassName
{
color: #6A3350;
}
.AnyTagClassName
{
color: #6A3350;
}
</style>
background-color css
<style>
a { background-color: #6A3350; }
a { background-color: rgb(106,51,80); }
div.DivClassName
{
background-color: #6A3350;
}
.BgClassName
{
background-color: #6A3350;
}
</style>
border-color css
<style>
span { border-color: #6A3350; }
span { border-color: rgb(106,51,80); }
td.TdClassName
{
border-color: #6A3350;
}
.TagClassName
{
border-color: #6A3350;
}
</style>