#6C4E8A

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

Shades of Affair #6C4E8A

Tints of Affair #6C4E8A

Color information

#6C4E8A (or 0x6C4E8A) is unknown color: approx Affair. HEX triplet: 6C, 4E and 8A. RGB value is (108,78,138). Sum of RGB (Red+Green+Blue) = 108+78+138=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C4E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4E8A is #93B175. Grayscale: #5D5D5D. Windows color (decimal): -9679222 or 9064044. OLE color: 9064044.

HSL color Cylindrical-coordinate representation of color #6C4E8A: hue angle of 270º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C4E8A is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10878138-
CMYK0.220.4300.46
HSL270º27.78%42.35%-
HSV(B)270º43.48%54.12%-
XYZ13.510.4725.35-
YUV93.81152.94138.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=33.33%
G=24.07%
B=42.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108781380.220.4300.4627027.7842.35
Hex6C4E8A162B02E10e1c2a
Octal15411621226530564163452
Binary110110010011101000101010110101011010111010000111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,78,138); }

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

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

 a { background-color: rgb(108,78,138); }

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

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

 span { border-color: rgb(108,78,138); }

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