#6F4284

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

Shades of Affair #6F4284

Tints of Affair #6F4284

Color information

#6F4284 (or 0x6F4284) is unknown color: approx Affair. HEX triplet: 6F, 42 and 84. RGB value is (111,66,132). Sum of RGB (Red+Green+Blue) = 111+66+132=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F4284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4284 is #90BD7B. Grayscale: #565656. Windows color (decimal): -9485692 or 8667759. OLE color: 8667759.

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

Color convert

RGB11166132-
CMYK0.160.500.48
HSL280.91º33.33%38.82%-
HSV(B)280.91º50%51.76%-
XYZ12.678.9422.89-
YUV86.98153.41145.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=35.92%
G=21.36%
B=42.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111661320.160.500.48280.9133.3338.82
Hex6F428410320301192127
Octal15710220420620604314147
Binary1101111100001010000100100001100100110000100011001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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