#6F3F8E

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

Shades of Affair #6F3F8E

Tints of Affair #6F3F8E

Color information

#6F3F8E (or 0x6F3F8E) is unknown color: approx Affair. HEX triplet: 6F, 3F and 8E. RGB value is (111,63,142). Sum of RGB (Red+Green+Blue) = 111+63+142=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F3F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3F8E is #90C071. Grayscale: #565656. Windows color (decimal): -9486450 or 9322351. OLE color: 9322351.

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

Color convert

RGB11163142-
CMYK0.220.5600.44
HSL276.46º38.54%40.2%-
HSV(B)276.46º55.63%55.69%-
XYZ13.228.8926.61-
YUV86.36159.4145.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.13%
GREEN value IS 63 (25% from 255) = 19.94%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=35.13%
G=19.94%
B=44.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111631420.220.5600.44276.4638.5440.2
Hex6F3F8E163802C1142728
Octal1577721626700544244750
Binary110111111111110001110101101110000101100100010100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,63,142); }

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

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

 a { background-color: rgb(111,63,142); }

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

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

 span { border-color: rgb(111,63,142); }

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