#6B4D89

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

Shades of Affair #6B4D89

Tints of Affair #6B4D89

Color information

#6B4D89 (or 0x6B4D89) is unknown color: approx Affair. HEX triplet: 6B, 4D and 89. RGB value is (107,77,137). Sum of RGB (Red+Green+Blue) = 107+77+137=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B4D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4D89 is #94B276. Grayscale: #5C5C5C. Windows color (decimal): -9745015 or 8998251. OLE color: 8998251.

HSL color Cylindrical-coordinate representation of color #6B4D89: 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.44%. Process color model (Four color, CMYK) of #6B4D89 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10777137-
CMYK0.220.4400.46
HSL270º28.04%41.96%-
HSV(B)270º43.8%53.73%-
XYZ13.2310.2424.95-
YUV92.81152.94138.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=33.33%
G=23.99%
B=42.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107771370.220.4400.4627028.0441.96
Hex6B4D89162C02E10e1c2a
Octal15311521126540564163452
Binary110101110011011000100110110101100010111010000111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,77,137); }

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

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

 a { background-color: rgb(107,77,137); }

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

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

 span { border-color: rgb(107,77,137); }

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