#6A4387

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

Shades of Affair #6A4387

Tints of Affair #6A4387

Color information

#6A4387 (or 0x6A4387) is unknown color: approx Affair. HEX triplet: 6A, 43 and 87. RGB value is (106,67,135). Sum of RGB (Red+Green+Blue) = 106+67+135=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A4387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4387 is #95BC78. Grayscale: #565656. Windows color (decimal): -9813113 or 8864618. OLE color: 8864618.

HSL color Cylindrical-coordinate representation of color #6A4387: hue angle of 274.41º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A4387 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10667135-
CMYK0.210.5000.47
HSL274.41º33.66%39.61%-
HSV(B)274.41º50.37%52.94%-
XYZ12.328.8323.98-
YUV86.41155.42141.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.42%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=34.42%
G=21.75%
B=43.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106671350.210.5000.47274.4133.6639.61
Hex6A4387153202F1122228
Octal15210320725620574224250
Binary1101010100001110000111101011100100101111100010010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,67,135); }

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

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

 a { background-color: rgb(106,67,135); }

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

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

 span { border-color: rgb(106,67,135); }

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