#6D304C

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

Shades of Flirt #6D304C

Tints of Flirt #6D304C

Color information

#6D304C (or 0x6D304C) is unknown color: approx Flirt. HEX triplet: 6D, 30 and 4C. RGB value is (109,48,76). Sum of RGB (Red+Green+Blue) = 109+48+76=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D304C is #92CFB3. Grayscale: #454545. Windows color (decimal): -9621428 or 4993133. OLE color: 4993133.

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

Color convert

RGB1094876-
CMYK00.560.300.57
HSL332.46º38.85%30.78%-
HSV(B)332.46º55.96%42.75%-
XYZ8.675.897.52-
YUV69.43131.71156.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.78%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=46.78%
G=20.60%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109487600.560.300.57332.4638.8530.78
Hex6D304C0381E3914c271f
Octal1556011407036715144737
Binary1101101110000100110001110001111011100110100110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,48,76); }

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

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

 a { background-color: rgb(109,48,76); }

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

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

 span { border-color: rgb(109,48,76); }

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