#69387D

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

Shades of Eminence #69387D

Tints of Eminence #69387D

Color information

#69387D (or 0x69387D) is unknown color: approx Eminence. HEX triplet: 69, 38 and 7D. RGB value is (105,56,125). Sum of RGB (Red+Green+Blue) = 105+56+125=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #69387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69387D is #96C782. Grayscale: #4E4E4E. Windows color (decimal): -9881475 or 8206441. OLE color: 8206441.

HSL color Cylindrical-coordinate representation of color #69387D: hue angle of 282.61º 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 #69387D is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10556125-
CMYK0.160.5500.51
HSL282.61º38.12%35.49%-
HSV(B)282.61º55.2%49.02%-
XYZ10.947.3120.24-
YUV78.52154.23146.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=36.71%
G=19.58%
B=43.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105561250.160.5500.51282.6138.1235.49
Hex69387D103703311b2623
Octal1517017520670634334643
Binary11010011110001111101100001101110110011100011011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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