#6B5185

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

Shades of Affair #6B5185

Tints of Affair #6B5185

Color information

#6B5185 (or 0x6B5185) is unknown color: approx Affair. HEX triplet: 6B, 51 and 85. RGB value is (107,81,133). Sum of RGB (Red+Green+Blue) = 107+81+133=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B5185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5185 is #94AE7A. Grayscale: #5E5E5E. Windows color (decimal): -9743995 or 8737131. OLE color: 8737131.

HSL color Cylindrical-coordinate representation of color #6B5185: hue angle of 270º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B5185 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10781133-
CMYK0.200.3900.48
HSL270º24.3%41.96%-
HSV(B)270º39.1%52.16%-
XYZ13.2410.723.56-
YUV94.7149.61136.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=33.33%
G=25.23%
B=41.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107811330.200.3900.4827024.341.96
Hex6B5185142703010e182a
Octal15312120524470604163052
Binary110101110100011000010110100100111011000010000111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,81,133); }

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

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

 a { background-color: rgb(107,81,133); }

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

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

 span { border-color: rgb(107,81,133); }

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