Html Css Color HEX #685BE7 Medium Slate Blue

📋 copy color: '#685BE7'

red 104 ◦ green 91 ◦ blue 231

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

Shades of Medium Slate Blue #685BE7

Tints of Medium Slate Blue #685BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 54.23%

R = 24.41%
G = 21.36%
B = 54.23%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#685BE7 (or 0x685BE7) is known color: Medium Slate Blue. HEX triplet: 68, 5B and E7. RGB value is (104,91,231). Sum of RGB (Red+Green+Blue) = 104+91+231=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #685BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685BE7 is #97A418. Grayscale: #6E6E6E. Windows color (decimal): -9937945 or 15162216. OLE color: 15162216.

HSL color Cylindrical-coordinate representation of color #685BE7: hue angle of 245.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #685BE7 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 91 231 -
CMYK 0.55 0.61 0 0.09
HSL 245.57º 0.74% 0.63% -
HSV(B) 245.57º 0.61% 0.91% -
XYZ 23.87 16.19 77.47 -
YUV 110.85 195.81 123.12 -
System Red Green Blue C M Y K H S L
Decimal 104 91 231 0.55 0.61 0 0.09 245.57 0.74 0.63
Hex 68 5B E7 37 3D 0 9 F6 4A 3F
Octal 150 133 347 67 75 0 11 366 112 77
Binary 1101000 1011011 11100111 110111 111101 0 1001 11110110 1001010 111111

Color Harmonies of #685BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BE7

Black with #685BE7

Text Example


Text Example

White with #685BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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