#6F4382

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

Shades of Affair #6F4382

Tints of Affair #6F4382

Color information

#6F4382 (or 0x6F4382) is unknown color: approx Affair. HEX triplet: 6F, 43 and 82. RGB value is (111,67,130). Sum of RGB (Red+Green+Blue) = 111+67+130=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F4382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4382 is #90BC7D. Grayscale: #575757. Windows color (decimal): -9485438 or 8536943. OLE color: 8536943.

HSL color Cylindrical-coordinate representation of color #6F4382: hue angle of 281.9º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F4382 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11167130-
CMYK0.150.4800.49
HSL281.9º31.98%38.63%-
HSV(B)281.9º48.46%50.98%-
XYZ12.599.0122.19-
YUV87.34152.08144.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=36.04%
G=21.75%
B=42.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111671300.150.4800.49281.931.9838.63
Hex6F4382F3003111a2027
Octal15710320217600614324047
Binary110111110000111000001011111100000110001100011010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,67,130); }

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

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

 a { background-color: rgb(111,67,130); }

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

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

 span { border-color: rgb(111,67,130); }

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