Html Css Color HEX #683C6D Eminence

📋 copy color: '#683C6D'

red 104 ◦ green 60 ◦ blue 109

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

Shades of Eminence #683C6D

Tints of Eminence #683C6D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.98%

 BLUE value IS 109 (42.97% from 255) = 39.93%

R = 38.1%
G = 21.98%
B = 39.93%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#683C6D (or 0x683C6D) is known color: Eminence. HEX triplet: 68, 3C and 6D. RGB value is (104,60,109). Sum of RGB (Red+Green+Blue) = 104+60+109=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #683C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C6D is #97C392. Grayscale: #4E4E4E. Windows color (decimal): -9946003 or 7158888. OLE color: 7158888.

HSL color Cylindrical-coordinate representation of color #683C6D: hue angle of 293.88º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #683C6D is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 60 109 -
CMYK 0.05 0.45 0 0.57
HSL 293.88º 0.29% 0.33% -
HSV(B) 293.88º 0.45% 0.43% -
XYZ 10.09 7.28 15.34 -
YUV 78.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 104 60 109 0.05 0.45 0 0.57 293.88 0.29 0.33
Hex 68 3C 6D 5 2D 0 39 126 1D 21
Octal 150 74 155 5 55 0 71 446 35 41
Binary 1101000 111100 1101101 101 101101 0 111001 100100110 11101 100001

Color Harmonies of #683C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C6D

Black with #683C6D

Text Example


Text Example

White with #683C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,60,109); }

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

background-color css

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

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

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

border-color css

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

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

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