#6C597F

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

Shades of Affair #6C597F

Tints of Affair #6C597F

Color information

#6C597F (or 0x6C597F) is unknown color: approx Affair. HEX triplet: 6C, 59 and 7F. RGB value is (108,89,127). Sum of RGB (Red+Green+Blue) = 108+89+127=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C597F is #93A680. Grayscale: #626262. Windows color (decimal): -9676417 or 8345964. OLE color: 8345964.

HSL color Cylindrical-coordinate representation of color #6C597F: hue angle of 270º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C597F is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10889127-
CMYK0.150.3000.50
HSL270º17.59%42.35%-
HSV(B)270º29.92%49.8%-
XYZ13.5911.8721.65-
YUV99.01143.79134.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 127 (50% from 255) = 39.20%
R=33.33%
G=27.47%
B=39.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108891270.150.3000.5027017.5942.35
Hex6C597FF1E03210e122a
Octal15413117717360624162252
Binary110110010110011111111111111110011001010000111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,89,127); }

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

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

 a { background-color: rgb(108,89,127); }

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

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

 span { border-color: rgb(108,89,127); }

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