#6B537B

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

Shades of Affair #6B537B

Tints of Affair #6B537B

Color information

#6B537B (or 0x6B537B) is unknown color: approx Affair. HEX triplet: 6B, 53 and 7B. RGB value is (107,83,123). Sum of RGB (Red+Green+Blue) = 107+83+123=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B537B is #94AC84. Grayscale: #5E5E5E. Windows color (decimal): -9743493 or 8082283. OLE color: 8082283.

HSL color Cylindrical-coordinate representation of color #6B537B: hue angle of 276º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B537B is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10783123-
CMYK0.130.3300.52
HSL276º19.42%40.39%-
HSV(B)276º32.52%48.24%-
XYZ12.7310.7420.14-
YUV94.74143.95136.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.19%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=34.19%
G=26.52%
B=39.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107831230.130.3300.5227619.4240.39
Hex6B537BD210341141328
Octal15312317315410644242350
Binary1101011101001111110111101100001011010010001010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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