Html Css Color HEX #685AED Medium Slate Blue

📋 copy color: '#685AED'

red 104 ◦ green 90 ◦ blue 237

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

Shades of Medium Slate Blue #685AED

Tints of Medium Slate Blue #685AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.88%

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 24.13%
G = 20.88%
B = 54.99%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#685AED (or 0x685AED) is known color: Medium Slate Blue. HEX triplet: 68, 5A and ED. RGB value is (104,90,237). Sum of RGB (Red+Green+Blue) = 104+90+237=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #685AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685AED is #97A512. Grayscale: #6E6E6E. Windows color (decimal): -9938195 or 15555176. OLE color: 15555176.

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

Color convert

RGB 104 90 237 -
CMYK 0.56 0.62 0 0.07
HSL 245.71º 0.8% 0.64% -
HSV(B) 245.71º 0.62% 0.93% -
XYZ 24.65 16.37 81.98 -
YUV 110.94 199.14 123.05 -
System Red Green Blue C M Y K H S L
Decimal 104 90 237 0.56 0.62 0 0.07 245.71 0.8 0.64
Hex 68 5A ED 38 3E 0 7 F6 50 40
Octal 150 132 355 70 76 0 7 366 120 100
Binary 1101000 1011010 11101101 111000 111110 0 111 11110110 1010000 1000000

Color Harmonies of #685AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685AED

Black with #685AED

Text Example


Text Example

White with #685AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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