Html Css Color HEX #68466C Eminence

📋 copy color: '#68466C'

red 104 ◦ green 70 ◦ blue 108

#68466C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #68466C

Tints of Eminence #68466C

RGB

 RED value IS 104 (41.02% from 255) = 36.88%

 GREEN value IS 70 (27.73% from 255) = 24.82%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 36.88%
G = 24.82%
B = 38.3%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68466C (or 0x68466C) is known color: Eminence. HEX triplet: 68, 46 and 6C. RGB value is (104,70,108). Sum of RGB (Red+Green+Blue) = 104+70+108=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #68466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68466C is #97B993. Grayscale: #545454. Windows color (decimal): -9943444 or 7095912. OLE color: 7095912.

HSL color Cylindrical-coordinate representation of color #68466C: hue angle of 293.68º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68466C is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 70 108 -
CMYK 0.04 0.35 0 0.58
HSL 293.68º 0.21% 0.35% -
HSV(B) 293.68º 0.35% 0.42% -
XYZ 10.61 8.41 15.25 -
YUV 84.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 104 70 108 0.04 0.35 0 0.58 293.68 0.21 0.35
Hex 68 46 6C 4 23 0 3A 126 15 23
Octal 150 106 154 4 43 0 72 446 25 43
Binary 1101000 1000110 1101100 100 100011 0 111010 100100110 10101 100011

Color Harmonies of #68466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68466C

Black with #68466C

Text Example


Text Example

White with #68466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,70,108); }

 H1.HeaderClassName
 {
   color: #68466C;
 }
 .AnyTagClassName
 {
   color: #68466C;
 }
</style>

background-color css

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

 a { background-color: rgb(104,70,108); }

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

border-color css

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

 span { border-color: rgb(104,70,108); }

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