#6C5382

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

Shades of Affair #6C5382

Tints of Affair #6C5382

Color information

#6C5382 (or 0x6C5382) is unknown color: approx Affair. HEX triplet: 6C, 53 and 82. RGB value is (108,83,130). Sum of RGB (Red+Green+Blue) = 108+83+130=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C5382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5382 is #93AC7D. Grayscale: #5F5F5F. Windows color (decimal): -9677950 or 8541036. OLE color: 8541036.

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

Color convert

RGB10883130-
CMYK0.170.3600.49
HSL271.91º22.07%41.76%-
HSV(B)271.91º36.15%50.98%-
XYZ13.3110.9922.54-
YUV95.83147.28136.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=33.64%
G=25.86%
B=40.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108831300.170.3600.49271.9122.0741.76
Hex6C53821124031110162a
Octal15412320221440614202652
Binary110110010100111000001010001100100011000110001000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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