#654169

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

Shades of Eminence #654169

Tints of Eminence #654169

Color information

#654169 (or 0x654169) is unknown color: approx Eminence. HEX triplet: 65, 41 and 69. RGB value is (101,65,105). Sum of RGB (Red+Green+Blue) = 101+65+105=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #654169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654169 is #9ABE96. Grayscale: #505050. Windows color (decimal): -10141335 or 6898021. OLE color: 6898021.

HSL color Cylindrical-coordinate representation of color #654169: hue angle of 294º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #654169 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10165105-
CMYK0.040.3800.59
HSL294º23.53%33.33%-
HSV(B)294º38.1%41.18%-
XYZ9.817.5714.31-
YUV80.32141.93142.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=37.27%
G=23.99%
B=38.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101651050.040.3800.5929423.5333.33
Hex65416942603B1261821
Octal1451011514460734463041
Binary110010110000011101001100100110011101110010011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654169; }

 p { color: rgb(101,65,105); }

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

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

 a { background-color: rgb(101,65,105); }

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

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

 span { border-color: rgb(101,65,105); }

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