#6B517C

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

Shades of Affair #6B517C

Tints of Affair #6B517C

Color information

#6B517C (or 0x6B517C) is unknown color: approx Affair. HEX triplet: 6B, 51 and 7C. RGB value is (107,81,124). Sum of RGB (Red+Green+Blue) = 107+81+124=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B517C is #94AE83. Grayscale: #5D5D5D. Windows color (decimal): -9744004 or 8147307. OLE color: 8147307.

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

Color convert

RGB10781124-
CMYK0.140.3500.51
HSL276.28º20.98%40.2%-
HSV(B)276.28º34.68%48.63%-
XYZ12.6410.4720.42-
YUV93.68145.11137.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=34.29%
G=25.96%
B=39.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal107811240.140.3500.51276.2820.9840.2
Hex6B517CE230331141528
Octal15312117416430634242550
Binary1101011101000111111001110100011011001110001010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,81,124); }

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

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

 a { background-color: rgb(107,81,124); }

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

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

 span { border-color: rgb(107,81,124); }

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