#6A567C

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

Shades of Affair #6A567C

Tints of Affair #6A567C

Color information

#6A567C (or 0x6A567C) is unknown color: approx Affair. HEX triplet: 6A, 56 and 7C. RGB value is (106,86,124). Sum of RGB (Red+Green+Blue) = 106+86+124=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A567C is #95A983. Grayscale: #606060. Windows color (decimal): -9808260 or 8148586. OLE color: 8148586.

HSL color Cylindrical-coordinate representation of color #6A567C: hue angle of 271.58º 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 #6A567C is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10686124-
CMYK0.150.3100.51
HSL271.58º18.1%41.18%-
HSV(B)271.58º30.65%48.63%-
XYZ12.9111.1720.55-
YUV96.31143.63134.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=33.54%
G=27.22%
B=39.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106861240.150.3100.51271.5818.141.18
Hex6A567CF1F0331101229
Octal15212617417370634202251
Binary110101010101101111100111111111011001110001000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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