Html Css Color HEX #683C70 Eminence

📋 copy color: '#683C70'

red 104 ◦ green 60 ◦ blue 112

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

Shades of Eminence #683C70

Tints of Eminence #683C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 37.68%
G = 21.74%
B = 40.58%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#683C70 (or 0x683C70) is known color: Eminence. HEX triplet: 68, 3C and 70. RGB value is (104,60,112). Sum of RGB (Red+Green+Blue) = 104+60+112=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #683C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C70 is #97C38F. Grayscale: #4E4E4E. Windows color (decimal): -9946000 or 7355496. OLE color: 7355496.

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

Color convert

RGB 104 60 112 -
CMYK 0.07 0.46 0 0.56
HSL 290.77º 0.3% 0.34% -
HSV(B) 290.77º 0.46% 0.44% -
XYZ 10.25 7.34 16.21 -
YUV 79.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 104 60 112 0.07 0.46 0 0.56 290.77 0.3 0.34
Hex 68 3C 70 7 2E 0 38 123 1E 22
Octal 150 74 160 7 56 0 70 443 36 42
Binary 1101000 111100 1110000 111 101110 0 111000 100100011 11110 100010

Color Harmonies of #683C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C70

Black with #683C70

Text Example


Text Example

White with #683C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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