#6F418A

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

Shades of Affair #6F418A

Tints of Affair #6F418A

Color information

#6F418A (or 0x6F418A) is unknown color: approx Affair. HEX triplet: 6F, 41 and 8A. RGB value is (111,65,138). Sum of RGB (Red+Green+Blue) = 111+65+138=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F418A is #90BE75. Grayscale: #565656. Windows color (decimal): -9485942 or 9060719. OLE color: 9060719.

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

Color convert

RGB11165138-
CMYK0.200.5300.46
HSL277.81º35.96%39.8%-
HSV(B)277.81º52.9%54.12%-
XYZ13.03925.09-
YUV87.08156.74145.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=35.35%
G=20.70%
B=43.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111651380.200.5300.46277.8135.9639.8
Hex6F418A143502E1162428
Octal15710121224650564264450
Binary1101111100000110001010101001101010101110100010110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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