#6F457B

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

Shades of Eminence #6F457B

Tints of Eminence #6F457B

Color information

#6F457B (or 0x6F457B) is unknown color: approx Eminence. HEX triplet: 6F, 45 and 7B. RGB value is (111,69,123). Sum of RGB (Red+Green+Blue) = 111+69+123=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F457B is #90BA84. Grayscale: #575757. Windows color (decimal): -9484933 or 8078703. OLE color: 8078703.

HSL color Cylindrical-coordinate representation of color #6F457B: hue angle of 286.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F457B is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11169123-
CMYK0.100.4400.52
HSL286.67º28.12%37.65%-
HSV(B)286.67º43.9%48.24%-
XYZ12.269.0719.84-
YUV87.71147.91144.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.63%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=36.63%
G=22.77%
B=40.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111691230.100.4400.52286.6728.1237.65
Hex6F457BA2C03411f1c26
Octal15710517312540644373446
Binary1101111100010111110111010101100011010010001111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,69,123); }

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

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

 a { background-color: rgb(111,69,123); }

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

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

 span { border-color: rgb(111,69,123); }

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