#6A4388

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

Shades of Affair #6A4388

Tints of Affair #6A4388

Color information

#6A4388 (or 0x6A4388) is unknown color: approx Affair. HEX triplet: 6A, 43 and 88. RGB value is (106,67,136). Sum of RGB (Red+Green+Blue) = 106+67+136=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A4388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4388 is #95BC77. Grayscale: #565656. Windows color (decimal): -9813112 or 8930154. OLE color: 8930154.

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

Color convert

RGB10667136-
CMYK0.220.5100.47
HSL273.91º33.99%39.8%-
HSV(B)273.91º50.74%53.33%-
XYZ12.398.8624.35-
YUV86.53155.92141.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.30%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=34.30%
G=21.68%
B=44.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106671360.220.5100.47273.9133.9939.8
Hex6A4388163302F1122228
Octal15210321026630574224250
Binary1101010100001110001000101101100110101111100010010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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