#6F456C

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

Shades of Eminence #6F456C

Tints of Eminence #6F456C

Color information

#6F456C (or 0x6F456C) is unknown color: approx Eminence. HEX triplet: 6F, 45 and 6C. RGB value is (111,69,108). Sum of RGB (Red+Green+Blue) = 111+69+108=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F456C is #90BA93. Grayscale: #555555. Windows color (decimal): -9484948 or 7095663. OLE color: 7095663.

HSL color Cylindrical-coordinate representation of color #6F456C: hue angle of 304.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F456C is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11169108-
CMYK00.380.030.56
HSL304.29º23.33%35.29%-
HSV(B)304.29º37.84%43.53%-
XYZ11.398.7215.27-
YUV86140.41145.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=38.54%
G=23.96%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116910800.380.030.56304.2923.3335.29
Hex6F456C0263381301723
Octal1571051540463704602743
Binary11011111000101110110001001101111100010011000010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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