Html Css Color HEX #685AEC Medium Slate Blue

📋 copy color: '#685AEC'

red 104 ◦ green 90 ◦ blue 236

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

Shades of Medium Slate Blue #685AEC

Tints of Medium Slate Blue #685AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 24.19%
G = 20.93%
B = 54.88%

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

#685AEC (or 0x685AEC) is known color: Medium Slate Blue. HEX triplet: 68, 5A and EC. RGB value is (104,90,236). Sum of RGB (Red+Green+Blue) = 104+90+236=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #685AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685AEC is #97A513. Grayscale: #6E6E6E. Windows color (decimal): -9938196 or 15489640. OLE color: 15489640.

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

Color convert

RGB 104 90 236 -
CMYK 0.56 0.62 0 0.07
HSL 245.75º 0.79% 0.64% -
HSV(B) 245.75º 0.62% 0.93% -
XYZ 24.51 16.31 81.21 -
YUV 110.83 198.64 123.13 -
System Red Green Blue C M Y K H S L
Decimal 104 90 236 0.56 0.62 0 0.07 245.75 0.79 0.64
Hex 68 5A EC 38 3E 0 7 F6 4F 40
Octal 150 132 354 70 76 0 7 366 117 100
Binary 1101000 1011010 11101100 111000 111110 0 111 11110110 1001111 1000000

Color Harmonies of #685AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685AEC

Black with #685AEC

Text Example


Text Example

White with #685AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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