#6e4284

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

Shades of Affair #6E4284

Tints of Affair #6E4284

Color information

#6E4284 (or 0x6E4284) is unknown color: approx Affair. HEX triplet: 6E, 42 and 84. RGB value is (110,66,132). Sum of RGB (Red+Green+Blue) = 110+66+132=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E4284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4284 is #91BD7B. Grayscale: #565656. Windows color (decimal): -9551228 or 8667758. OLE color: 8667758.

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

Color convert

RGB11066132-
CMYK0.170.500.48
HSL280º33.33%38.82%-
HSV(B)280º50%51.76%-
XYZ12.548.8822.88-
YUV86.68153.58144.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=35.71%
G=21.43%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110661320.170.500.4828033.3338.82
Hex6E428411320301182127
Octal15610220421620604304147
Binary1101110100001010000100100011100100110000100011000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e4284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,66,132); }

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

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

 a { background-color: rgb(110,66,132); }

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

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

 span { border-color: rgb(110,66,132); }

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