Html Css Color HEX #684866 Eminence

📋 copy color: '#684866'

red 104 ◦ green 72 ◦ blue 102

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

Shades of Eminence #684866

Tints of Eminence #684866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.9%

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 37.41%
G = 25.9%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#684866 (or 0x684866) is known color: Eminence. HEX triplet: 68, 48 and 66. RGB value is (104,72,102). Sum of RGB (Red+Green+Blue) = 104+72+102=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #684866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684866 is #97B799. Grayscale: #545454. Windows color (decimal): -9942938 or 6703208. OLE color: 6703208.

HSL color Cylindrical-coordinate representation of color #684866: hue angle of 303.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #684866 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 72 102 -
CMYK 0 0.31 0.02 0.59
HSL 303.75º 0.18% 0.35% -
HSV(B) 303.75º 0.31% 0.41% -
XYZ 10.42 8.54 13.67 -
YUV 84.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 104 72 102 0 0.31 0.02 0.59 303.75 0.18 0.35
Hex 68 48 66 0 1F 2 3B 130 12 23
Octal 150 110 146 0 37 2 73 460 22 43
Binary 1101000 1001000 1100110 0 11111 10 111011 100110000 10010 100011

Color Harmonies of #684866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684866

Black with #684866

Text Example


Text Example

White with #684866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684866; }

 p { color: rgb(104,72,102); }

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

background-color css

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

 a { background-color: rgb(104,72,102); }

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

border-color css

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

 span { border-color: rgb(104,72,102); }

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