#6D3354

Color #6D3354 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #6D3354

Tints of Flirt #6D3354

Color information

#6D3354 (or 0x6D3354) is unknown color: approx Flirt. HEX triplet: 6D, 33 and 54. RGB value is (109,51,84). Sum of RGB (Red+Green+Blue) = 109+51+84=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3354 is #92CCAB. Grayscale: #484848. Windows color (decimal): -9620652 or 5518189. OLE color: 5518189.

HSL color Cylindrical-coordinate representation of color #6D3354: hue angle of 325.86º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D3354 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB1095184-
CMYK00.530.230.57
HSL325.86º36.25%31.37%-
HSV(B)325.86º53.21%42.75%-
XYZ9.096.269.12-
YUV72.1134.72154.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 44.67%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 84 (33.20% from 255) = 34.43%
R=44.67%
G=20.90%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109518400.530.230.57325.8636.2531.37
Hex6D33540351739146241f
Octal1556312406527715064437
Binary1101101110011101010001101011011111100110100011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D3354; }

 p { color: rgb(109,51,84); }

 H1.HeaderClassName
 {
   color: #6D3354;
 }
 .AnyTagClassName
 {
   color: #6D3354;
 }
</style>
background-color css

<style>
 a { background-color: #6D3354; }

 a { background-color: rgb(109,51,84); }

 div.DivClassName
 {
   background-color: #6D3354;
 }
 .BgClassName
 {
   background-color: #6D3354;
 }
</style>
border-color css

<style>
 span { border-color: #6D3354; }

 span { border-color: rgb(109,51,84); }

 td.TdClassName
 {
   border-color: #6D3354;
 }
 .TagClassName
 {
   border-color: #6D3354;
 }
</style>