#68387B

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

Shades of Eminence #68387B

Tints of Eminence #68387B

Color information

#68387B (or 0x68387B) is unknown color: approx Eminence. HEX triplet: 68, 38 and 7B. RGB value is (104,56,123). Sum of RGB (Red+Green+Blue) = 104+56+123=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #68387B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68387B is #97C784. Grayscale: #4D4D4D. Windows color (decimal): -9947013 or 8075368. OLE color: 8075368.

HSL color Cylindrical-coordinate representation of color #68387B: hue angle of 282.99º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68387B is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10456123-
CMYK0.150.5400.52
HSL282.99º37.43%35.1%-
HSV(B)282.99º54.47%48.24%-
XYZ10.77.219.57-
YUV77.99153.4146.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 56 (22.27% from 255) = 19.79%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=36.75%
G=19.79%
B=43.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104561230.150.5400.52282.9937.4335.1
Hex68387BF3603411b2523
Octal1507017317660644334543
Binary1101000111000111101111111101100110100100011011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68387B; }

 p { color: rgb(104,56,123); }

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

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

 a { background-color: rgb(104,56,123); }

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

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

 span { border-color: rgb(104,56,123); }

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