#6F4568

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

Shades of Eminence #6F4568

Tints of Eminence #6F4568

Color information

#6F4568 (or 0x6F4568) is unknown color: approx Eminence. HEX triplet: 6F, 45 and 68. RGB value is (111,69,104). Sum of RGB (Red+Green+Blue) = 111+69+104=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4568 is #90BA97. Grayscale: #555555. Windows color (decimal): -9484952 or 6833519. OLE color: 6833519.

HSL color Cylindrical-coordinate representation of color #6F4568: hue angle of 310º 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 #6F4568 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11169104-
CMYK00.380.060.56
HSL310º23.33%35.29%-
HSV(B)310º37.84%43.53%-
XYZ11.188.6414.17-
YUV85.55138.41146.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.08%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=39.08%
G=24.30%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116910400.380.060.5631023.3335.29
Hex6F45680266381361723
Octal1571051500466704662743
Binary110111110001011101000010011011011100010011011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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