#6F4C8A

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

Shades of Affair #6F4C8A

Tints of Affair #6F4C8A

Color information

#6F4C8A (or 0x6F4C8A) is unknown color: approx Affair. HEX triplet: 6F, 4C and 8A. RGB value is (111,76,138). Sum of RGB (Red+Green+Blue) = 111+76+138=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F4C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4C8A is #90B375. Grayscale: #5D5D5D. Windows color (decimal): -9483126 or 9063535. OLE color: 9063535.

HSL color Cylindrical-coordinate representation of color #6F4C8A: hue angle of 273.87º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F4C8A is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11176138-
CMYK0.200.4500.46
HSL273.87º28.97%41.96%-
HSV(B)273.87º44.93%54.12%-
XYZ13.7310.3825.33-
YUV93.53153.1140.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=34.15%
G=23.38%
B=42.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111761380.200.4500.46273.8728.9741.96
Hex6F4C8A142D02E1121d2a
Octal15711421224550564223552
Binary110111110011001000101010100101101010111010001001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,76,138); }

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

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

 a { background-color: rgb(111,76,138); }

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

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

 span { border-color: rgb(111,76,138); }

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