#6C4782

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

Shades of Affair #6C4782

Tints of Affair #6C4782

Color information

#6C4782 (or 0x6C4782) is unknown color: approx Affair. HEX triplet: 6C, 47 and 82. RGB value is (108,71,130). Sum of RGB (Red+Green+Blue) = 108+71+130=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C4782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4782 is #93B87D. Grayscale: #585858. Windows color (decimal): -9681022 or 8537964. OLE color: 8537964.

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

Color convert

RGB10871130-
CMYK0.170.4500.49
HSL277.63º29.35%39.41%-
HSV(B)277.63º45.38%50.98%-
XYZ12.479.3122.26-
YUV88.79151.26141.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=34.95%
G=22.98%
B=42.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108711300.170.4500.49277.6329.3539.41
Hex6C4782112D0311161d27
Octal15410720221550614263547
Binary110110010001111000001010001101101011000110001011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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