#69387C

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

Shades of Eminence #69387C

Tints of Eminence #69387C

Color information

#69387C (or 0x69387C) is unknown color: approx Eminence. HEX triplet: 69, 38 and 7C. RGB value is (105,56,124). Sum of RGB (Red+Green+Blue) = 105+56+124=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #69387C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69387C is #96C783. Grayscale: #4E4E4E. Windows color (decimal): -9881476 or 8140905. OLE color: 8140905.

HSL color Cylindrical-coordinate representation of color #69387C: hue angle of 283.24º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69387C is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10556124-
CMYK0.150.5500.51
HSL283.24º37.78%35.29%-
HSV(B)283.24º54.84%48.63%-
XYZ10.887.2919.9-
YUV78.4153.73146.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=36.84%
G=19.65%
B=43.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105561240.150.5500.51283.2437.7835.29
Hex69387CF3703311b2623
Octal1517017417670634334643
Binary1101001111000111110011111101110110011100011011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69387C; }

 p { color: rgb(105,56,124); }

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

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

 a { background-color: rgb(105,56,124); }

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

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

 span { border-color: rgb(105,56,124); }

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