Html Css Color HEX #685AEE Medium Slate Blue

📋 copy color: '#685AEE'

red 104 ◦ green 90 ◦ blue 238

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

Shades of Medium Slate Blue #685AEE

Tints of Medium Slate Blue #685AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.09%

R = 24.07%
G = 20.83%
B = 55.09%

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

#685AEE (or 0x685AEE) is known color: Medium Slate Blue. HEX triplet: 68, 5A and EE. RGB value is (104,90,238). Sum of RGB (Red+Green+Blue) = 104+90+238=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #685AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685AEE is #97A511. Grayscale: #6E6E6E. Windows color (decimal): -9938194 or 15620712. OLE color: 15620712.

HSL color Cylindrical-coordinate representation of color #685AEE: hue angle of 245.68º degrees, saturation: 0.81, 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 #685AEE is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 90 238 -
CMYK 0.56 0.62 0 0.07
HSL 245.68º 0.81% 0.64% -
HSV(B) 245.68º 0.62% 0.93% -
XYZ 24.8 16.43 82.75 -
YUV 111.06 199.64 122.97 -
System Red Green Blue C M Y K H S L
Decimal 104 90 238 0.56 0.62 0 0.07 245.68 0.81 0.64
Hex 68 5A EE 38 3E 0 7 F6 51 40
Octal 150 132 356 70 76 0 7 366 121 100
Binary 1101000 1011010 11101110 111000 111110 0 111 11110110 1010001 1000000

Color Harmonies of #685AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685AEE

Black with #685AEE

Text Example


Text Example

White with #685AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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