#6C4582

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

Shades of Affair #6C4582

Tints of Affair #6C4582

Color information

#6C4582 (or 0x6C4582) is unknown color: approx Affair. HEX triplet: 6C, 45 and 82. RGB value is (108,69,130). Sum of RGB (Red+Green+Blue) = 108+69+130=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C4582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4582 is #93BA7D. Grayscale: #575757. Windows color (decimal): -9681534 or 8537452. OLE color: 8537452.

HSL color Cylindrical-coordinate representation of color #6C4582: hue angle of 278.36º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C4582 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10869130-
CMYK0.170.4700.49
HSL278.36º30.65%39.02%-
HSV(B)278.36º46.92%50.98%-
XYZ12.349.0622.22-
YUV87.62151.92142.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=35.18%
G=22.48%
B=42.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108691300.170.4700.49278.3630.6539.02
Hex6C4582112F0311161f27
Octal15410520221570614263747
Binary110110010001011000001010001101111011000110001011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,69,130); }

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

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

 a { background-color: rgb(108,69,130); }

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

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

 span { border-color: rgb(108,69,130); }

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