#6C5A7C

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

Shades of Affair #6C5A7C

Tints of Affair #6C5A7C

Color information

#6C5A7C (or 0x6C5A7C) is unknown color: approx Affair. HEX triplet: 6C, 5A and 7C. RGB value is (108,90,124). Sum of RGB (Red+Green+Blue) = 108+90+124=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C5A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5A7C is #93A583. Grayscale: #636363. Windows color (decimal): -9676164 or 8149612. OLE color: 8149612.

HSL color Cylindrical-coordinate representation of color #6C5A7C: hue angle of 271.76º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C5A7C is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10890124-
CMYK0.130.2700.51
HSL271.76º15.89%41.96%-
HSV(B)271.76º27.42%48.63%-
XYZ13.4811.9620.67-
YUV99.26141.96134.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.54%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=33.54%
G=27.95%
B=38.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108901240.130.2700.51271.7615.8941.96
Hex6C5A7CD1B033110102a
Octal15413217415330634202052
Binary110110010110101111100110111011011001110001000010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,90,124); }

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

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

 a { background-color: rgb(108,90,124); }

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

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

 span { border-color: rgb(108,90,124); }

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