#6B4589

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

Shades of Affair #6B4589

Tints of Affair #6B4589

Color information

#6B4589 (or 0x6B4589) is unknown color: approx Affair. HEX triplet: 6B, 45 and 89. RGB value is (107,69,137). Sum of RGB (Red+Green+Blue) = 107+69+137=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B4589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4589 is #94BA76. Grayscale: #575757. Windows color (decimal): -9747063 or 8996203. OLE color: 8996203.

HSL color Cylindrical-coordinate representation of color #6B4589: hue angle of 273.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B4589 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10769137-
CMYK0.220.5000.46
HSL273.53º33.01%40.39%-
HSV(B)273.53º49.64%53.73%-
XYZ12.719.1924.77-
YUV88.11155.59141.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.19%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=34.19%
G=22.04%
B=43.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107691370.220.5000.46273.5333.0140.39
Hex6B4589163202E1122128
Octal15310521126620564224150
Binary1101011100010110001001101101100100101110100010010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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