Shades of Flirt #6F3258
Tints of Flirt #6F3258
RGB
CMYK
RGB Variations
Color information
#6F3258 (or 0x6F3258) is known color: Flirt. HEX triplet: 6F, 32 and 58. RGB value is (111,50,88). Sum of RGB (Red+Green+Blue) = 111+50+88=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3258 is #90CDA7. Grayscale: #484848. Windows color (decimal): -9489832 or 5780079. OLE color: 5780079.
HSL color Cylindrical-coordinate representation of color #6F3258: hue angle of 322.62º 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 #6F3258 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 88 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.56 |
| HSL | 322.62º | 0.38% | 0.32% | - |
| HSV(B) | 322.62º | 0.55% | 0.44% | - |
| XYZ | 9.46 | 6.37 | 9.96 | - |
| YUV | 72.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 88 | 0 | 0.55 | 0.21 | 0.56 | 322.62 | 0.38 | 0.32 |
| Hex | 6F | 32 | 58 | 0 | 37 | 15 | 38 | 143 | 26 | 20 |
| Octal | 157 | 62 | 130 | 0 | 67 | 25 | 70 | 503 | 46 | 40 |
| Binary | 1101111 | 110010 | 1011000 | 0 | 110111 | 10101 | 111000 | 101000011 | 100110 | 100000 |
Color Harmonies of #6F3258
Complementary color
Monochromatic Colors of #6F3258
Black with #6F3258
Text Example
Text Example
White with #6F3258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3258; }
p { color: rgb(111,50,88); }
H1.HeaderClassName
{
color: #6F3258;
}
.AnyTagClassName
{
color: #6F3258;
}
</style>
background-color css
<style>
a { background-color: #6F3258; }
a { background-color: rgb(111,50,88); }
div.DivClassName
{
background-color: #6F3258;
}
.BgClassName
{
background-color: #6F3258;
}
</style>
border-color css
<style>
span { border-color: #6F3258; }
span { border-color: rgb(111,50,88); }
td.TdClassName
{
border-color: #6F3258;
}
.TagClassName
{
border-color: #6F3258;
}
</style>