#6F347B

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

Shades of Eminence #6F347B

Tints of Eminence #6F347B

Color information

#6F347B (or 0x6F347B) is unknown color: approx Eminence. HEX triplet: 6F, 34 and 7B. RGB value is (111,52,123). Sum of RGB (Red+Green+Blue) = 111+52+123=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F347B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F347B is #90CB84. Grayscale: #4D4D4D. Windows color (decimal): -9489285 or 8074351. OLE color: 8074351.

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

Color convert

RGB11152123-
CMYK0.100.5800.52
HSL289.86º40.57%34.31%-
HSV(B)289.86º57.72%48.24%-
XYZ11.367.2719.54-
YUV77.74153.55151.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=38.81%
G=18.18%
B=43.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111521230.100.5800.52289.8640.5734.31
Hex6F347BA3A0341222922
Octal1576417312720644425142
Binary1101111110100111101110101110100110100100100010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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