#6A537B

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

Shades of Affair #6A537B

Tints of Affair #6A537B

Color information

#6A537B (or 0x6A537B) is unknown color: approx Affair. HEX triplet: 6A, 53 and 7B. RGB value is (106,83,123). Sum of RGB (Red+Green+Blue) = 106+83+123=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A537B is #95AC84. Grayscale: #5E5E5E. Windows color (decimal): -9809029 or 8082282. OLE color: 8082282.

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

Color convert

RGB10683123-
CMYK0.140.3300.52
HSL274.5º19.42%40.39%-
HSV(B)274.5º32.52%48.24%-
XYZ12.6110.6820.14-
YUV94.44144.12136.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.97%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=33.97%
G=26.60%
B=39.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106831230.140.3300.52274.519.4240.39
Hex6A537BE210341121328
Octal15212317316410644222350
Binary1101010101001111110111110100001011010010001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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