Html Css Color HEX #683E6F Eminence

📋 copy color: '#683E6F'

red 104 ◦ green 62 ◦ blue 111

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

Shades of Eminence #683E6F

Tints of Eminence #683E6F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.38%

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 37.55%
G = 22.38%
B = 40.07%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#683E6F (or 0x683E6F) is known color: Eminence. HEX triplet: 68, 3E and 6F. RGB value is (104,62,111). Sum of RGB (Red+Green+Blue) = 104+62+111=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #683E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683E6F is #97C190. Grayscale: #4F4F4F. Windows color (decimal): -9945489 or 7290472. OLE color: 7290472.

HSL color Cylindrical-coordinate representation of color #683E6F: hue angle of 291.43º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #683E6F is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 62 111 -
CMYK 0.06 0.44 0 0.56
HSL 291.43º 0.28% 0.34% -
HSV(B) 291.43º 0.44% 0.44% -
XYZ 10.3 7.54 15.95 -
YUV 80.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 104 62 111 0.06 0.44 0 0.56 291.43 0.28 0.34
Hex 68 3E 6F 6 2C 0 38 123 1C 22
Octal 150 76 157 6 54 0 70 443 34 42
Binary 1101000 111110 1101111 110 101100 0 111000 100100011 11100 100010

Color Harmonies of #683E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683E6F

Black with #683E6F

Text Example


Text Example

White with #683E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683E6F; }

 p { color: rgb(104,62,111); }

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

background-color css

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

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

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

border-color css

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

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

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