#6D3356

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

Shades of Flirt #6D3356

Tints of Flirt #6D3356

Color information

#6D3356 (or 0x6D3356) is unknown color: approx Flirt. HEX triplet: 6D, 33 and 56. RGB value is (109,51,86). Sum of RGB (Red+Green+Blue) = 109+51+86=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3356 is #92CCA9. Grayscale: #484848. Windows color (decimal): -9620650 or 5649261. OLE color: 5649261.

HSL color Cylindrical-coordinate representation of color #6D3356: hue angle of 323.79º 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 #6D3356 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB1095186-
CMYK00.530.210.57
HSL323.79º36.25%31.37%-
HSV(B)323.79º53.21%42.75%-
XYZ9.176.299.54-
YUV72.33135.72154.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.31%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=44.31%
G=20.73%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109518600.530.210.57323.7936.2531.37
Hex6D33560351539144241f
Octal1556312606525715044437
Binary1101101110011101011001101011010111100110100010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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