#6B4585

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

Shades of Affair #6B4585

Tints of Affair #6B4585

Color information

#6B4585 (or 0x6B4585) is unknown color: approx Affair. HEX triplet: 6B, 45 and 85. RGB value is (107,69,133). Sum of RGB (Red+Green+Blue) = 107+69+133=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B4585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4585 is #94BA7A. Grayscale: #575757. Windows color (decimal): -9747067 or 8734059. OLE color: 8734059.

HSL color Cylindrical-coordinate representation of color #6B4585: hue angle of 275.62º 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 #6B4585 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10769133-
CMYK0.200.4800.48
HSL275.62º31.68%39.61%-
HSV(B)275.62º48.12%52.16%-
XYZ12.439.0823.29-
YUV87.66153.59141.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=34.63%
G=22.33%
B=43.04%

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
Decimal107691330.200.4800.48275.6231.6839.61
Hex6B458514300301142028
Octal15310520524600604244050
Binary1101011100010110000101101001100000110000100010100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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