#6A557B

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

Shades of Affair #6A557B

Tints of Affair #6A557B

Color information

#6A557B (or 0x6A557B) is unknown color: approx Affair. HEX triplet: 6A, 55 and 7B. RGB value is (106,85,123). Sum of RGB (Red+Green+Blue) = 106+85+123=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A557B is #95AA84. Grayscale: #5F5F5F. Windows color (decimal): -9808517 or 8082794. OLE color: 8082794.

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

Color convert

RGB10685123-
CMYK0.140.3100.52
HSL273.16º18.27%40.78%-
HSV(B)273.16º30.89%48.24%-
XYZ12.7710.9920.19-
YUV95.61143.46135.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.76%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=33.76%
G=27.07%
B=39.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106851230.140.3100.52273.1618.2740.78
Hex6A557BE1F0341111229
Octal15212517316370644212251
Binary110101010101011111011111011111011010010001000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,85,123); }

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

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

 a { background-color: rgb(106,85,123); }

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

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

 span { border-color: rgb(106,85,123); }

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