Html Css Color HEX #684467 Eminence

📋 copy color: '#684467'

red 104 ◦ green 68 ◦ blue 103

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

Shades of Eminence #684467

Tints of Eminence #684467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

 BLUE value IS 103 (40.63% from 255) = 37.45%

R = 37.82%
G = 24.73%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#684467 (or 0x684467) is known color: Eminence. HEX triplet: 68, 44 and 67. RGB value is (104,68,103). Sum of RGB (Red+Green+Blue) = 104+68+103=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #684467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684467 is #97BB98. Grayscale: #525252. Windows color (decimal): -9943961 or 6767720. OLE color: 6767720.

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

Color convert

RGB 104 68 103 -
CMYK 0 0.35 0.01 0.59
HSL 301.67º 0.21% 0.34% -
HSV(B) 301.67º 0.35% 0.41% -
XYZ 10.22 8.06 13.85 -
YUV 82.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 104 68 103 0 0.35 0.01 0.59 301.67 0.21 0.34
Hex 68 44 67 0 23 1 3B 12E 15 22
Octal 150 104 147 0 43 1 73 456 25 42
Binary 1101000 1000100 1100111 0 100011 1 111011 100101110 10101 100010

Color Harmonies of #684467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684467

Black with #684467

Text Example


Text Example

White with #684467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684467; }

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

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

background-color css

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

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

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

border-color css

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

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

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