Shades of Flirt #6F3255
Tints of Flirt #6F3255
RGB
CMYK
RGB Variations
Color information
#6F3255 (or 0x6F3255) is known color: Flirt. HEX triplet: 6F, 32 and 55. RGB value is (111,50,85). Sum of RGB (Red+Green+Blue) = 111+50+85=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3255 is #90CDAA. Grayscale: #484848. Windows color (decimal): -9489835 or 5583471. OLE color: 5583471.
HSL color Cylindrical-coordinate representation of color #6F3255: hue angle of 325.57º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F3255 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 85 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.56 |
| HSL | 325.57º | 0.38% | 0.32% | - |
| HSV(B) | 325.57º | 0.55% | 0.44% | - |
| XYZ | 9.34 | 6.32 | 9.32 | - |
| YUV | 72.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 85 | 0 | 0.55 | 0.23 | 0.56 | 325.57 | 0.38 | 0.32 |
| Hex | 6F | 32 | 55 | 0 | 37 | 17 | 38 | 146 | 26 | 20 |
| Octal | 157 | 62 | 125 | 0 | 67 | 27 | 70 | 506 | 46 | 40 |
| Binary | 1101111 | 110010 | 1010101 | 0 | 110111 | 10111 | 111000 | 101000110 | 100110 | 100000 |
Color Harmonies of #6F3255
Complementary color
Monochromatic Colors of #6F3255
Black with #6F3255
Text Example
Text Example
White with #6F3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3255; }
p { color: rgb(111,50,85); }
H1.HeaderClassName
{
color: #6F3255;
}
.AnyTagClassName
{
color: #6F3255;
}
</style>
background-color css
<style>
a { background-color: #6F3255; }
a { background-color: rgb(111,50,85); }
div.DivClassName
{
background-color: #6F3255;
}
.BgClassName
{
background-color: #6F3255;
}
</style>
border-color css
<style>
span { border-color: #6F3255; }
span { border-color: rgb(111,50,85); }
td.TdClassName
{
border-color: #6F3255;
}
.TagClassName
{
border-color: #6F3255;
}
</style>