#68456B

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

Shades of Eminence #68456B

Tints of Eminence #68456B

Color information

#68456B (or 0x68456B) is unknown color: approx Eminence. HEX triplet: 68, 45 and 6B. RGB value is (104,69,107). Sum of RGB (Red+Green+Blue) = 104+69+107=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #68456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68456B is #97BA94. Grayscale: #535353. Windows color (decimal): -9943701 or 7030120. OLE color: 7030120.

HSL color Cylindrical-coordinate representation of color #68456B: hue angle of 295.26º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68456B is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10469107-
CMYK0.030.3600.58
HSL295.26º21.59%34.51%-
HSV(B)295.26º35.51%41.96%-
XYZ10.498.2614.95-
YUV83.8141.1142.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=37.14%
G=24.64%
B=38.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104691070.030.3600.58295.2621.5934.51
Hex68456B32403A1271623
Octal1501051533440724472643
Binary11010001000101110101111100100011101010010011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,69,107); }

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

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

 a { background-color: rgb(104,69,107); }

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

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

 span { border-color: rgb(104,69,107); }

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