Shades of Flirt #6B3250
Tints of Flirt #6B3250
RGB
CMYK
RGB Variations
Color information
#6B3250 (or 0x6B3250) is known color: Flirt. HEX triplet: 6B, 32 and 50. RGB value is (107,50,80). Sum of RGB (Red+Green+Blue) = 107+50+80=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3250 is #94CDAF. Grayscale: #464646. Windows color (decimal): -9751984 or 5255787. OLE color: 5255787.
HSL color Cylindrical-coordinate representation of color #6B3250: hue angle of 328.42º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B3250 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 80 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.58 |
| HSL | 328.42º | 0.36% | 0.31% | - |
| HSV(B) | 328.42º | 0.53% | 0.42% | - |
| XYZ | 8.65 | 5.99 | 8.29 | - |
| YUV | 70.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 80 | 0 | 0.53 | 0.25 | 0.58 | 328.42 | 0.36 | 0.31 |
| Hex | 6B | 32 | 50 | 0 | 35 | 19 | 3A | 148 | 24 | 1F |
| Octal | 153 | 62 | 120 | 0 | 65 | 31 | 72 | 510 | 44 | 37 |
| Binary | 1101011 | 110010 | 1010000 | 0 | 110101 | 11001 | 111010 | 101001000 | 100100 | 11111 |
Color Harmonies of #6B3250
Complementary color
Monochromatic Colors of #6B3250
Black with #6B3250
Text Example
Text Example
White with #6B3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3250; }
p { color: rgb(107,50,80); }
H1.HeaderClassName
{
color: #6B3250;
}
.AnyTagClassName
{
color: #6B3250;
}
</style>
background-color css
<style>
a { background-color: #6B3250; }
a { background-color: rgb(107,50,80); }
div.DivClassName
{
background-color: #6B3250;
}
.BgClassName
{
background-color: #6B3250;
}
</style>
border-color css
<style>
span { border-color: #6B3250; }
span { border-color: rgb(107,50,80); }
td.TdClassName
{
border-color: #6B3250;
}
.TagClassName
{
border-color: #6B3250;
}
</style>