Shades of Flirt #6F3358
Tints of Flirt #6F3358
RGB
CMYK
RGB Variations
Color information
#6F3358 (or 0x6F3358) is known color: Flirt. HEX triplet: 6F, 33 and 58. RGB value is (111,51,88). Sum of RGB (Red+Green+Blue) = 111+51+88=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3358 is #90CCA7. Grayscale: #494949. Windows color (decimal): -9489576 or 5780335. OLE color: 5780335.
HSL color Cylindrical-coordinate representation of color #6F3358: hue angle of 323º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F3358 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 88 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.56 |
| HSL | 323º | 0.37% | 0.32% | - |
| HSV(B) | 323º | 0.54% | 0.44% | - |
| XYZ | 9.5 | 6.45 | 9.98 | - |
| YUV | 73.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 88 | 0 | 0.54 | 0.21 | 0.56 | 323 | 0.37 | 0.32 |
| Hex | 6F | 33 | 58 | 0 | 36 | 15 | 38 | 143 | 25 | 20 |
| Octal | 157 | 63 | 130 | 0 | 66 | 25 | 70 | 503 | 45 | 40 |
| Binary | 1101111 | 110011 | 1011000 | 0 | 110110 | 10101 | 111000 | 101000011 | 100101 | 100000 |
Color Harmonies of #6F3358
Complementary color
Monochromatic Colors of #6F3358
Black with #6F3358
Text Example
Text Example
White with #6F3358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3358; }
p { color: rgb(111,51,88); }
H1.HeaderClassName
{
color: #6F3358;
}
.AnyTagClassName
{
color: #6F3358;
}
</style>
background-color css
<style>
a { background-color: #6F3358; }
a { background-color: rgb(111,51,88); }
div.DivClassName
{
background-color: #6F3358;
}
.BgClassName
{
background-color: #6F3358;
}
</style>
border-color css
<style>
span { border-color: #6F3358; }
span { border-color: rgb(111,51,88); }
td.TdClassName
{
border-color: #6F3358;
}
.TagClassName
{
border-color: #6F3358;
}
</style>