#6D2F55

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

Shades of Flirt #6D2F55

Tints of Flirt #6D2F55

Color information

#6D2F55 (or 0x6D2F55) is unknown color: approx Flirt. HEX triplet: 6D, 2F and 55. RGB value is (109,47,85). Sum of RGB (Red+Green+Blue) = 109+47+85=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2F55 is #92D0AA. Grayscale: #454545. Windows color (decimal): -9621675 or 5582701. OLE color: 5582701.

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

Color convert

RGB1094785-
CMYK00.570.220.57
HSL323.23º39.74%30.59%-
HSV(B)323.23º56.88%42.75%-
XYZ8.965.949.27-
YUV69.87136.54155.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.23%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=45.23%
G=19.50%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109478500.570.220.57323.2339.7430.59
Hex6D2F550391639143281f
Octal1555712507126715035037
Binary1101101101111101010101110011011011100110100001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,47,85); }

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

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

 a { background-color: rgb(109,47,85); }

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

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

 span { border-color: rgb(109,47,85); }

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