Html Css Color HEX #685BEC Medium Slate Blue

📋 copy color: '#685BEC'

red 104 ◦ green 91 ◦ blue 236

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

Shades of Medium Slate Blue #685BEC

Tints of Medium Slate Blue #685BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.11%

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

R = 24.13%
G = 21.11%
B = 54.76%

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

#685BEC (or 0x685BEC) is known color: Medium Slate Blue. HEX triplet: 68, 5B and EC. RGB value is (104,91,236). Sum of RGB (Red+Green+Blue) = 104+91+236=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #685BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685BEC is #97A413. Grayscale: #6E6E6E. Windows color (decimal): -9937940 or 15489896. OLE color: 15489896.

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

Color convert

RGB 104 91 236 -
CMYK 0.56 0.61 0 0.07
HSL 245.38º 0.79% 0.64% -
HSV(B) 245.38º 0.61% 0.93% -
XYZ 24.59 16.48 81.24 -
YUV 111.42 198.31 122.71 -
System Red Green Blue C M Y K H S L
Decimal 104 91 236 0.56 0.61 0 0.07 245.38 0.79 0.64
Hex 68 5B EC 38 3D 0 7 F5 4F 40
Octal 150 133 354 70 75 0 7 365 117 100
Binary 1101000 1011011 11101100 111000 111101 0 111 11110101 1001111 1000000

Color Harmonies of #685BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BEC

Black with #685BEC

Text Example


Text Example

White with #685BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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