Html Css Color HEX #685DFB Medium Slate Blue

📋 copy color: '#685DFB'

red 104 ◦ green 93 ◦ blue 251

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

Shades of Medium Slate Blue #685DFB

Tints of Medium Slate Blue #685DFB

RGB

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

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

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

R = 23.21%
G = 20.76%
B = 56.03%

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

#685DFB (or 0x685DFB) is known color: Medium Slate Blue. HEX triplet: 68, 5D and FB. RGB value is (104,93,251). Sum of RGB (Red+Green+Blue) = 104+93+251=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #685DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685DFB is #97A204. Grayscale: #717171. Windows color (decimal): -9937413 or 16473448. OLE color: 16473448.

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

Color convert

RGB 104 93 251 -
CMYK 0.59 0.63 0 0.02
HSL 244.18º 0.95% 0.67% -
HSV(B) 244.18º 0.63% 0.98% -
XYZ 27.04 17.74 93.27 -
YUV 114.3 205.14 120.65 -
System Red Green Blue C M Y K H S L
Decimal 104 93 251 0.59 0.63 0 0.02 244.18 0.95 0.67
Hex 68 5D FB 3B 3F 0 2 F4 5F 43
Octal 150 135 373 73 77 0 2 364 137 103
Binary 1101000 1011101 11111011 111011 111111 0 10 11110100 1011111 1000011

Color Harmonies of #685DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DFB

Black with #685DFB

Text Example


Text Example

White with #685DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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