#6C324E

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

Shades of Flirt #6C324E

Tints of Flirt #6C324E

Color information

#6C324E (or 0x6C324E) is unknown color: approx Flirt. HEX triplet: 6C, 32 and 4E. RGB value is (108,50,78). Sum of RGB (Red+Green+Blue) = 108+50+78=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 108 - color contains mainly: red. Hex color #6C324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C324E is #93CDB1. Grayscale: #464646. Windows color (decimal): -9686450 or 5124716. OLE color: 5124716.

HSL color Cylindrical-coordinate representation of color #6C324E: hue angle of 331.03º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C324E is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1085078-
CMYK00.540.280.58
HSL331.03º36.71%30.98%-
HSV(B)331.03º53.7%42.35%-
XYZ8.76.027.91-
YUV70.53132.22154.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.76%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=45.76%
G=21.19%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108507800.540.280.58331.0336.7130.98
Hex6C324E0361C3A14b251f
Octal1546211606634725134537
Binary1101100110010100111001101101110011101010100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,50,78); }

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

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

 a { background-color: rgb(108,50,78); }

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

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

 span { border-color: rgb(108,50,78); }

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