#6A4585

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

Shades of Affair #6A4585

Tints of Affair #6A4585

Color information

#6A4585 (or 0x6A4585) is unknown color: approx Affair. HEX triplet: 6A, 45 and 85. RGB value is (106,69,133). Sum of RGB (Red+Green+Blue) = 106+69+133=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A4585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4585 is #95BA7A. Grayscale: #575757. Windows color (decimal): -9812603 or 8734058. OLE color: 8734058.

HSL color Cylindrical-coordinate representation of color #6A4585: hue angle of 274.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A4585 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10669133-
CMYK0.200.4800.48
HSL274.69º31.68%39.61%-
HSV(B)274.69º48.12%52.16%-
XYZ12.319.0123.28-
YUV87.36153.76141.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.42%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=34.42%
G=22.40%
B=43.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106691330.200.4800.48274.6931.6839.61
Hex6A458514300301132028
Octal15210520524600604234050
Binary1101010100010110000101101001100000110000100010011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,69,133); }

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

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

 a { background-color: rgb(106,69,133); }

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

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

 span { border-color: rgb(106,69,133); }

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