Html Css Color HEX #685DFC Medium Slate Blue

📋 copy color: '#685DFC'

red 104 ◦ green 93 ◦ blue 252

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

Shades of Medium Slate Blue #685DFC

Tints of Medium Slate Blue #685DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.71%

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 23.16%
G = 20.71%
B = 56.12%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#685DFC (or 0x685DFC) is known color: Medium Slate Blue. HEX triplet: 68, 5D and FC. RGB value is (104,93,252). Sum of RGB (Red+Green+Blue) = 104+93+252=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #685DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685DFC is #97A203. Grayscale: #717171. Windows color (decimal): -9937412 or 16538984. OLE color: 16538984.

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

Color convert

RGB 104 93 252 -
CMYK 0.59 0.63 0 0.01
HSL 244.15º 0.96% 0.68% -
HSV(B) 244.15º 0.63% 0.99% -
XYZ 27.19 17.8 94.1 -
YUV 114.42 205.64 120.57 -
System Red Green Blue C M Y K H S L
Decimal 104 93 252 0.59 0.63 0 0.01 244.15 0.96 0.68
Hex 68 5D FC 3B 3F 0 1 F4 60 44
Octal 150 135 374 73 77 0 1 364 140 104
Binary 1101000 1011101 11111100 111011 111111 0 1 11110100 1100000 1000100

Color Harmonies of #685DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DFC

Black with #685DFC

Text Example


Text Example

White with #685DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,93,252); }

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

background-color css

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

 a { background-color: rgb(104,93,252); }

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

border-color css

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

 span { border-color: rgb(104,93,252); }

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