Html Css Color HEX #685BEB Medium Slate Blue

📋 copy color: '#685BEB'

red 104 ◦ green 91 ◦ blue 235

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

Shades of Medium Slate Blue #685BEB

Tints of Medium Slate Blue #685BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 24.19%
G = 21.16%
B = 54.65%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#685BEB (or 0x685BEB) is known color: Medium Slate Blue. HEX triplet: 68, 5B and EB. RGB value is (104,91,235). Sum of RGB (Red+Green+Blue) = 104+91+235=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #685BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685BEB is #97A414. Grayscale: #6E6E6E. Windows color (decimal): -9937941 or 15424360. OLE color: 15424360.

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

Color convert

RGB 104 91 235 -
CMYK 0.56 0.61 0 0.08
HSL 245.42º 0.78% 0.64% -
HSV(B) 245.42º 0.61% 0.92% -
XYZ 24.45 16.42 80.48 -
YUV 111.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 104 91 235 0.56 0.61 0 0.08 245.42 0.78 0.64
Hex 68 5B EB 38 3D 0 8 F5 4E 40
Octal 150 133 353 70 75 0 10 365 116 100
Binary 1101000 1011011 11101011 111000 111101 0 1000 11110101 1001110 1000000

Color Harmonies of #685BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BEB

Black with #685BEB

Text Example


Text Example

White with #685BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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