#6C507C

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

Shades of Affair #6C507C

Tints of Affair #6C507C

Color information

#6C507C (or 0x6C507C) is unknown color: approx Affair. HEX triplet: 6C, 50 and 7C. RGB value is (108,80,124). Sum of RGB (Red+Green+Blue) = 108+80+124=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 80 (31.64% from 255 or 25.64% 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 #6C507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C507C is #93AF83. Grayscale: #5D5D5D. Windows color (decimal): -9678724 or 8147052. OLE color: 8147052.

HSL color Cylindrical-coordinate representation of color #6C507C: hue angle of 278.18º degrees, saturation: 0.22, 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 #6C507C is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10880124-
CMYK0.130.3500.51
HSL278.18º21.57%40%-
HSV(B)278.18º35.48%48.63%-
XYZ12.6910.3820.4-
YUV93.39145.28138.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.62%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=34.62%
G=25.64%
B=39.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108801240.130.3500.51278.1821.5740
Hex6C507CD230331161628
Octal15412017415430634262650
Binary1101100101000011111001101100011011001110001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,80,124); }

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

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

 a { background-color: rgb(108,80,124); }

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

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

 span { border-color: rgb(108,80,124); }

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