#663674

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

Shades of Eminence #663674

Tints of Eminence #663674

Color information

#663674 (or 0x663674) is unknown color: approx Eminence. HEX triplet: 66, 36 and 74. RGB value is (102,54,116). Sum of RGB (Red+Green+Blue) = 102+54+116=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #663674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663674 is #99C98B. Grayscale: #4B4B4B. Windows color (decimal): -10078604 or 7616102. OLE color: 7616102.

HSL color Cylindrical-coordinate representation of color #663674: hue angle of 286.45º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663674 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10254116-
CMYK0.120.5300.55
HSL286.45º36.47%33.33%-
HSV(B)286.45º53.45%45.49%-
XYZ9.956.7217.3-
YUV75.42150.9146.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=37.5%
G=19.85%
B=42.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102541160.120.5300.55286.4536.4733.33
Hex663674C3503711e2421
Octal1466616414650674364441
Binary1100110110110111010011001101010110111100011110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663674; }

 p { color: rgb(102,54,116); }

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

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

 a { background-color: rgb(102,54,116); }

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

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

 span { border-color: rgb(102,54,116); }

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