#6A4B83

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

Shades of Affair #6A4B83

Tints of Affair #6A4B83

Color information

#6A4B83 (or 0x6A4B83) is unknown color: approx Affair. HEX triplet: 6A, 4B and 83. RGB value is (106,75,131). Sum of RGB (Red+Green+Blue) = 106+75+131=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #6A4B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4B83 is #95B47C. Grayscale: #5A5A5A. Windows color (decimal): -9811069 or 8604522. OLE color: 8604522.

HSL color Cylindrical-coordinate representation of color #6A4B83: hue angle of 273.21º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A4B83 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10675131-
CMYK0.190.4300.49
HSL273.21º27.18%40.39%-
HSV(B)273.21º42.75%51.37%-
XYZ12.569.7422.69-
YUV90.65150.77138.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.97%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 131 (51.56% from 255) = 41.99%
R=33.97%
G=24.04%
B=41.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106751310.190.4300.49273.2127.1840.39
Hex6A4B83132B0311111b28
Octal15211320323530614213350
Binary110101010010111000001110011101011011000110001000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,75,131); }

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

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

 a { background-color: rgb(106,75,131); }

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

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

 span { border-color: rgb(106,75,131); }

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