#6B557B

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

Shades of Affair #6B557B

Tints of Affair #6B557B

Color information

#6B557B (or 0x6B557B) is unknown color: approx Affair. HEX triplet: 6B, 55 and 7B. RGB value is (107,85,123). Sum of RGB (Red+Green+Blue) = 107+85+123=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B557B is #94AA84. Grayscale: #5F5F5F. Windows color (decimal): -9742981 or 8082795. OLE color: 8082795.

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

Color convert

RGB10785123-
CMYK0.130.3100.52
HSL274.74º18.27%40.78%-
HSV(B)274.74º30.89%48.24%-
XYZ12.8911.0520.19-
YUV95.91143.29135.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.97%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=33.97%
G=26.98%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107851230.130.3100.52274.7418.2740.78
Hex6B557BD1F0341131229
Octal15312517315370644232251
Binary110101110101011111011110111111011010010001001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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