#6F3E8C

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

Shades of Affair #6F3E8C

Tints of Affair #6F3E8C

Color information

#6F3E8C (or 0x6F3E8C) is unknown color: approx Affair. HEX triplet: 6F, 3E and 8C. RGB value is (111,62,140). Sum of RGB (Red+Green+Blue) = 111+62+140=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F3E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3E8C is #90C173. Grayscale: #555555. Windows color (decimal): -9486708 or 9191023. OLE color: 9191023.

HSL color Cylindrical-coordinate representation of color #6F3E8C: hue angle of 277.69º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3E8C is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11162140-
CMYK0.210.5600.45
HSL277.69º38.61%39.61%-
HSV(B)277.69º55.71%54.9%-
XYZ13.018.7225.81-
YUV85.54158.73146.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 62 (24.61% from 255) = 19.81%
BLUE value IS 140 (55.08% from 255) = 44.73%
R=35.46%
G=19.81%
B=44.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111621400.210.5600.45277.6938.6139.61
Hex6F3E8C153802D1162728
Octal1577621425700554264750
Binary110111111111010001100101011110000101101100010110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,62,140); }

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

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

 a { background-color: rgb(111,62,140); }

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

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

 span { border-color: rgb(111,62,140); }

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