#684569

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

Shades of Eminence #684569

Tints of Eminence #684569

Color information

#684569 (or 0x684569) is unknown color: approx Eminence. HEX triplet: 68, 45 and 69. RGB value is (104,69,105). Sum of RGB (Red+Green+Blue) = 104+69+105=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #684569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684569 is #97BA96. Grayscale: #535353. Windows color (decimal): -9943703 or 6899048. OLE color: 6899048.

HSL color Cylindrical-coordinate representation of color #684569: hue angle of 298.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #684569 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10469105-
CMYK0.010.3400.59
HSL298.33º20.69%34.12%-
HSV(B)298.33º34.29%41.18%-
XYZ10.398.2214.4-
YUV83.57140.1142.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=37.41%
G=24.82%
B=37.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104691050.010.3400.59298.3320.6934.12
Hex68456912203B12a1522
Octal1501051511420734522542
Binary1101000100010111010011100010011101110010101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684569; }

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

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

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

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

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

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

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

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