Html Css Color HEX #685EFB Medium Slate Blue

📋 copy color: '#685EFB'

red 104 ◦ green 94 ◦ blue 251

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

Shades of Medium Slate Blue #685EFB

Tints of Medium Slate Blue #685EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.94%

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 23.16%
G = 20.94%
B = 55.9%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#685EFB (or 0x685EFB) is known color: Medium Slate Blue. HEX triplet: 68, 5E and FB. RGB value is (104,94,251). Sum of RGB (Red+Green+Blue) = 104+94+251=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #685EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685EFB is #97A104. Grayscale: #727272. Windows color (decimal): -9937157 or 16473704. OLE color: 16473704.

HSL color Cylindrical-coordinate representation of color #685EFB: hue angle of 243.82º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #685EFB is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 94 251 -
CMYK 0.59 0.63 0 0.02
HSL 243.82º 0.95% 0.68% -
HSV(B) 243.82º 0.63% 0.98% -
XYZ 27.12 17.91 93.29 -
YUV 114.89 204.81 120.23 -
System Red Green Blue C M Y K H S L
Decimal 104 94 251 0.59 0.63 0 0.02 243.82 0.95 0.68
Hex 68 5E FB 3B 3F 0 2 F4 5F 44
Octal 150 136 373 73 77 0 2 364 137 104
Binary 1101000 1011110 11111011 111011 111111 0 10 11110100 1011111 1000100

Color Harmonies of #685EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685EFB

Black with #685EFB

Text Example


Text Example

White with #685EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,94,251); }

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

background-color css

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

 a { background-color: rgb(104,94,251); }

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

border-color css

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

 span { border-color: rgb(104,94,251); }

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