#6B567C

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

Shades of Affair #6B567C

Tints of Affair #6B567C

Color information

#6B567C (or 0x6B567C) is unknown color: approx Affair. HEX triplet: 6B, 56 and 7C. RGB value is (107,86,124). Sum of RGB (Red+Green+Blue) = 107+86+124=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B567C is #94A983. Grayscale: #606060. Windows color (decimal): -9742724 or 8148587. OLE color: 8148587.

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

Color convert

RGB10786124-
CMYK0.140.3100.51
HSL273.16º18.1%41.18%-
HSV(B)273.16º30.65%48.63%-
XYZ13.0311.2420.55-
YUV96.61143.46135.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=33.75%
G=27.13%
B=39.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal107861240.140.3100.51273.1618.141.18
Hex6B567CE1F0331111229
Octal15312617416370634212251
Binary110101110101101111100111011111011001110001000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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