Html Css Color HEX #684867 Eminence

📋 copy color: '#684867'

red 104 ◦ green 72 ◦ blue 103

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

Shades of Eminence #684867

Tints of Eminence #684867

RGB

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

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

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

R = 37.28%
G = 25.81%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#684867 (or 0x684867) is known color: Eminence. HEX triplet: 68, 48 and 67. RGB value is (104,72,103). Sum of RGB (Red+Green+Blue) = 104+72+103=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #684867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684867 is #97B798. Grayscale: #555555. Windows color (decimal): -9942937 or 6768744. OLE color: 6768744.

HSL color Cylindrical-coordinate representation of color #684867: hue angle of 301.88º 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 #684867 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 72 103 -
CMYK 0 0.31 0.01 0.59
HSL 301.88º 0.18% 0.35% -
HSV(B) 301.88º 0.31% 0.41% -
XYZ 10.47 8.56 13.93 -
YUV 85.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 104 72 103 0 0.31 0.01 0.59 301.88 0.18 0.35
Hex 68 48 67 0 1F 1 3B 12E 12 23
Octal 150 110 147 0 37 1 73 456 22 43
Binary 1101000 1001000 1100111 0 11111 1 111011 100101110 10010 100011

Color Harmonies of #684867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684867

Black with #684867

Text Example


Text Example

White with #684867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684867; }

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

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

background-color css

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

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

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

border-color css

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

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

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