Html Css Color HEX #684268 Eminence

📋 copy color: '#684268'

red 104 ◦ green 66 ◦ blue 104

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

Shades of Eminence #684268

Tints of Eminence #684268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.09%

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 37.96%
G = 24.09%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#684268 (or 0x684268) is known color: Eminence. HEX triplet: 68, 42 and 68. RGB value is (104,66,104). Sum of RGB (Red+Green+Blue) = 104+66+104=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #684268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684268 is #97BD97. Grayscale: #515151. Windows color (decimal): -9944472 or 6832744. OLE color: 6832744.

HSL color Cylindrical-coordinate representation of color #684268: hue angle of 300º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #684268 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 66 104 -
CMYK 0 0.37 0 0.59
HSL 300º 0.22% 0.33% -
HSV(B) 300º 0.37% 0.41% -
XYZ 10.16 7.84 14.07 -
YUV 81.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 104 66 104 0 0.37 0 0.59 300 0.22 0.33
Hex 68 42 68 0 25 0 3B 12C 16 21
Octal 150 102 150 0 45 0 73 454 26 41
Binary 1101000 1000010 1101000 0 100101 0 111011 100101100 10110 100001

Color Harmonies of #684268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684268

Black with #684268

Text Example


Text Example

White with #684268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684268; }

 p { color: rgb(104,66,104); }

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

background-color css

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

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

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

border-color css

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

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

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