#6B5076

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

Shades of Affair #6B5076

Tints of Affair #6B5076

Color information

#6B5076 (or 0x6B5076) is unknown color: approx Affair. HEX triplet: 6B, 50 and 76. RGB value is (107,80,118). Sum of RGB (Red+Green+Blue) = 107+80+118=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B5076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5076 is #94AF89. Grayscale: #5C5C5C. Windows color (decimal): -9744266 or 7753835. OLE color: 7753835.

HSL color Cylindrical-coordinate representation of color #6B5076: hue angle of 282.63º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B5076 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10780118-
CMYK0.090.3200.54
HSL282.63º19.19%38.82%-
HSV(B)282.63º32.2%46.27%-
XYZ12.210.1718.46-
YUV92.4142.45138.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.08%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=35.08%
G=26.23%
B=38.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107801180.090.3200.54282.6319.1938.82
Hex6B507692003611b1327
Octal15312016611400664332347
Binary1101011101000011101101001100000011011010001101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,80,118); }

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

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

 a { background-color: rgb(107,80,118); }

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

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

 span { border-color: rgb(107,80,118); }

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