#6D5484

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

Shades of Affair #6D5484

Tints of Affair #6D5484

Color information

#6D5484 (or 0x6D5484) is unknown color: approx Affair. HEX triplet: 6D, 54 and 84. RGB value is (109,84,132). Sum of RGB (Red+Green+Blue) = 109+84+132=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D5484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5484 is #92AB7B. Grayscale: #606060. Windows color (decimal): -9612156 or 8672365. OLE color: 8672365.

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

Color convert

RGB10984132-
CMYK0.170.3600.48
HSL271.25º22.22%42.35%-
HSV(B)271.25º36.36%51.76%-
XYZ13.6411.2623.28-
YUV96.95147.78136.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.54%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=33.54%
G=25.85%
B=40.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109841320.170.3600.48271.2522.2242.35
Hex6D5484112403010f162a
Octal15512420421440604172652
Binary110110110101001000010010001100100011000010000111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,132); }

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

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

 a { background-color: rgb(109,84,132); }

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

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

 span { border-color: rgb(109,84,132); }

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