Html Css Color HEX #686CE1 Medium Slate Blue

📋 copy color: '#686CE1'

red 104 ◦ green 108 ◦ blue 225

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

Shades of Medium Slate Blue #686CE1

Tints of Medium Slate Blue #686CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.71%

 BLUE value IS 225 (88.28% from 255) = 51.49%

R = 23.8%
G = 24.71%
B = 51.49%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#686CE1 (or 0x686CE1) is known color: Medium Slate Blue. HEX triplet: 68, 6C and E1. RGB value is (104,108,225). Sum of RGB (Red+Green+Blue) = 104+108+225=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #686CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CE1 is #97931E. Grayscale: #777777. Windows color (decimal): -9933599 or 14773352. OLE color: 14773352.

HSL color Cylindrical-coordinate representation of color #686CE1: hue angle of 238.02º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #686CE1 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 108 225 -
CMYK 0.54 0.52 0 0.12
HSL 238.02º 0.67% 0.65% -
HSV(B) 238.02º 0.54% 0.88% -
XYZ 24.66 19.1 73.62 -
YUV 120.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 104 108 225 0.54 0.52 0 0.12 238.02 0.67 0.65
Hex 68 6C E1 36 34 0 C EE 43 41
Octal 150 154 341 66 64 0 14 356 103 101
Binary 1101000 1101100 11100001 110110 110100 0 1100 11101110 1000011 1000001

Color Harmonies of #686CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686CE1

Black with #686CE1

Text Example


Text Example

White with #686CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686CE1; }

 p { color: rgb(104,108,225); }

 H1.HeaderClassName
 {
   color: #686CE1;
 }
 .AnyTagClassName
 {
   color: #686CE1;
 }
</style>

background-color css

<style>
 a { background-color: #686CE1; }

 a { background-color: rgb(104,108,225); }

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

border-color css

<style>
 span { border-color: #686CE1; }

 span { border-color: rgb(104,108,225); }

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