#6F5185

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

Shades of Affair #6F5185

Tints of Affair #6F5185

Color information

#6F5185 (or 0x6F5185) is unknown color: approx Affair. HEX triplet: 6F, 51 and 85. RGB value is (111,81,133). Sum of RGB (Red+Green+Blue) = 111+81+133=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F5185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5185 is #90AE7A. Grayscale: #5F5F5F. Windows color (decimal): -9481851 or 8737135. OLE color: 8737135.

HSL color Cylindrical-coordinate representation of color #6F5185: hue angle of 274.62º 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 #6F5185 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11181133-
CMYK0.170.3900.48
HSL274.62º24.3%41.96%-
HSV(B)274.62º39.1%52.16%-
XYZ13.7310.9623.58-
YUV95.9148.94138.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=34.15%
G=24.92%
B=40.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111811330.170.3900.48274.6224.341.96
Hex6F51851127030113182a
Octal15712120521470604233052
Binary110111110100011000010110001100111011000010001001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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