Html Css Color HEX #685BFE Medium Slate Blue

📋 copy color: '#685BFE'

red 104 ◦ green 91 ◦ blue 254

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

Shades of Medium Slate Blue #685BFE

Tints of Medium Slate Blue #685BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 23.16%
G = 20.27%
B = 56.57%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#685BFE (or 0x685BFE) is known color: Medium Slate Blue. HEX triplet: 68, 5B and FE. RGB value is (104,91,254). Sum of RGB (Red+Green+Blue) = 104+91+254=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #685BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685BFE is #97A401. Grayscale: #707070. Windows color (decimal): -9937922 or 16669544. OLE color: 16669544.

HSL color Cylindrical-coordinate representation of color #685BFE: hue angle of 244.79º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #685BFE is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 91 254 -
CMYK 0.59 0.64 0 0.00
HSL 244.79º 0.99% 0.68% -
HSV(B) 244.79º 0.64% 1% -
XYZ 27.34 17.58 95.72 -
YUV 113.47 207.31 121.25 -
System Red Green Blue C M Y K H S L
Decimal 104 91 254 0.59 0.64 0 0.00 244.79 0.99 0.68
Hex 68 5B FE 3B 40 0 0 F5 63 44
Octal 150 133 376 73 100 0 0 365 143 104
Binary 1101000 1011011 11111110 111011 1000000 0 0 11110101 1100011 1000100

Color Harmonies of #685BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BFE

Black with #685BFE

Text Example


Text Example

White with #685BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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