#684AED

Color #684AED Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #684AED

Tints of Medium Slate Blue #684AED

Color information

#684AED (or 0x684AED) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 4A and ED. RGB value is (104,74,237). Sum of RGB (Red+Green+Blue) = 104+74+237=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #684AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #684AED is #97B512. Grayscale: #646464. Windows color (decimal): -9942291 or 15551080. OLE color: 15551080.

HSL color Cylindrical-coordinate representation of color #684AED: hue angle of 251.04º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #684AED is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10474237-
CMYK0.560.6900.07
HSL251.04º81.91%60.98%-
HSV(B)251.04º68.78%92.94%-
XYZ23.4413.9681.58-
YUV101.55204.44129.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.06%
GREEN value IS 74 (29.30% from 255) = 17.83%
BLUE value IS 237 (92.97% from 255) = 57.11%
R=25.06%
G=17.83%
B=57.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal104742370.560.6900.07251.0481.9160.98
Hex684AED384507fb523d
Octal150112355701050737312275
Binary110100010010101110110111100010001010111111110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684AED; }

 p { color: rgb(104,74,237); }

 H1.HeaderClassName
 {
   color: #684AED;
 }
 .AnyTagClassName
 {
   color: #684AED;
 }
</style>
background-color css

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

 a { background-color: rgb(104,74,237); }

 div.DivClassName
 {
   background-color: #684AED;
 }
 .BgClassName
 {
   background-color: #684AED;
 }
</style>
border-color css

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

 span { border-color: rgb(104,74,237); }

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