#6F5384

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

Shades of Affair #6F5384

Tints of Affair #6F5384

Color information

#6F5384 (or 0x6F5384) is unknown color: approx Affair. HEX triplet: 6F, 53 and 84. RGB value is (111,83,132). Sum of RGB (Red+Green+Blue) = 111+83+132=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F5384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5384 is #90AC7B. Grayscale: #606060. Windows color (decimal): -9481340 or 8672111. OLE color: 8672111.

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

Color convert

RGB11183132-
CMYK0.160.3700.48
HSL274.29º22.79%42.16%-
HSV(B)274.29º37.12%51.76%-
XYZ13.8111.2323.27-
YUV96.96147.78138.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=34.05%
G=25.46%
B=40.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111831320.160.3700.48274.2922.7942.16
Hex6F53841025030112172a
Octal15712320420450604222752
Binary110111110100111000010010000100101011000010001001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,132); }

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

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

 a { background-color: rgb(111,83,132); }

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

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

 span { border-color: rgb(111,83,132); }

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