#68446B

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

Shades of Eminence #68446B

Tints of Eminence #68446B

Color information

#68446B (or 0x68446B) is unknown color: approx Eminence. HEX triplet: 68, 44 and 6B. RGB value is (104,68,107). Sum of RGB (Red+Green+Blue) = 104+68+107=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #68446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68446B is #97BB94. Grayscale: #535353. Windows color (decimal): -9943957 or 7029864. OLE color: 7029864.

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

Color convert

RGB10468107-
CMYK0.030.3600.58
HSL295.38º22.29%34.31%-
HSV(B)295.38º36.45%41.96%-
XYZ10.438.1414.93-
YUV83.21141.43142.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=37.28%
G=24.37%
B=38.35%

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
Decimal104681070.030.3600.58295.3822.2934.31
Hex68446B32403A1271622
Octal1501041533440724472642
Binary11010001000100110101111100100011101010010011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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