#6F407C

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

Shades of Eminence #6F407C

Tints of Eminence #6F407C

Color information

#6F407C (or 0x6F407C) is unknown color: approx Eminence. HEX triplet: 6F, 40 and 7C. RGB value is (111,64,124). Sum of RGB (Red+Green+Blue) = 111+64+124=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F407C is #90BF83. Grayscale: #545454. Windows color (decimal): -9486212 or 8142959. OLE color: 8142959.

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

Color convert

RGB11164124-
CMYK0.100.4800.51
HSL287º31.91%36.86%-
HSV(B)287º48.39%48.63%-
XYZ12.038.520.08-
YUV84.89150.07146.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.12%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=37.12%
G=21.40%
B=41.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111641240.100.4800.5128731.9136.86
Hex6F407CA3003311f2025
Octal15710017412600634374045
Binary11011111000000111110010101100000110011100011111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,124); }

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

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

 a { background-color: rgb(111,64,124); }

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

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

 span { border-color: rgb(111,64,124); }

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