Html Css Color HEX #684269 Eminence

📋 copy color: '#684269'

red 104 ◦ green 66 ◦ blue 105

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

Shades of Eminence #684269

Tints of Eminence #684269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.18%

R = 37.82%
G = 24%
B = 38.18%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#684269 (or 0x684269) is known color: Eminence. HEX triplet: 68, 42 and 69. RGB value is (104,66,105). Sum of RGB (Red+Green+Blue) = 104+66+105=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #684269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684269 is #97BD96. Grayscale: #515151. Windows color (decimal): -9944471 or 6898280. OLE color: 6898280.

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

Color convert

RGB 104 66 105 -
CMYK 0.01 0.37 0 0.59
HSL 298.46º 0.23% 0.34% -
HSV(B) 298.46º 0.37% 0.41% -
XYZ 10.21 7.86 14.34 -
YUV 81.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 104 66 105 0.01 0.37 0 0.59 298.46 0.23 0.34
Hex 68 42 69 1 25 0 3B 12A 17 22
Octal 150 102 151 1 45 0 73 452 27 42
Binary 1101000 1000010 1101001 1 100101 0 111011 100101010 10111 100010

Color Harmonies of #684269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684269

Black with #684269

Text Example


Text Example

White with #684269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684269; }

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

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

background-color css

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

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

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

border-color css

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

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

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