Html Css Color HEX #685DED Medium Slate Blue

📋 copy color: '#685DED'

red 104 ◦ green 93 ◦ blue 237

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

Shades of Medium Slate Blue #685DED

Tints of Medium Slate Blue #685DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

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

R = 23.96%
G = 21.43%
B = 54.61%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#685DED (or 0x685DED) is known color: Medium Slate Blue. HEX triplet: 68, 5D and ED. RGB value is (104,93,237). Sum of RGB (Red+Green+Blue) = 104+93+237=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #685DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685DED is #97A212. Grayscale: #707070. Windows color (decimal): -9937427 or 15555944. OLE color: 15555944.

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

Color convert

RGB 104 93 237 -
CMYK 0.56 0.61 0 0.07
HSL 244.58º 0.8% 0.65% -
HSV(B) 244.58º 0.61% 0.93% -
XYZ 24.91 16.89 82.07 -
YUV 112.71 198.14 121.79 -
System Red Green Blue C M Y K H S L
Decimal 104 93 237 0.56 0.61 0 0.07 244.58 0.8 0.65
Hex 68 5D ED 38 3D 0 7 F5 50 41
Octal 150 135 355 70 75 0 7 365 120 101
Binary 1101000 1011101 11101101 111000 111101 0 111 11110101 1010000 1000001

Color Harmonies of #685DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DED

Black with #685DED

Text Example


Text Example

White with #685DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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