#6F407A

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

Shades of Eminence #6F407A

Tints of Eminence #6F407A

Color information

#6F407A (or 0x6F407A) is unknown color: approx Eminence. HEX triplet: 6F, 40 and 7A. RGB value is (111,64,122). Sum of RGB (Red+Green+Blue) = 111+64+122=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F407A is #90BF85. Grayscale: #545454. Windows color (decimal): -9486214 or 8011887. OLE color: 8011887.

HSL color Cylindrical-coordinate representation of color #6F407A: hue angle of 288.62º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F407A is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11164122-
CMYK0.090.4800.52
HSL288.62º31.18%36.47%-
HSV(B)288.62º47.54%47.84%-
XYZ11.98.4519.42-
YUV84.66149.07146.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=37.37%
G=21.55%
B=41.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111641220.090.4800.52288.6231.1836.47
Hex6F407A9300341211f24
Octal15710017211600644413744
Binary1101111100000011110101001110000011010010010000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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