#686CE1

Color #686CE1 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #686CE1

Tints of Medium Slate Blue #686CE1

Color information

#686CE1 (or 0x686CE1) is unknown color: approx 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

RGB104108225-
CMYK0.540.5200.12
HSL238.02º66.85%64.51%-
HSV(B)238.02º53.78%88.24%-
XYZ24.6619.173.62-
YUV120.14187.17116.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.80%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 225 (88.28% from 255) = 51.49%
R=23.80%
G=24.71%
B=51.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1041082250.540.5200.12238.0266.8564.51
Hex686CE136340Cee4341
Octal1501543416664014356103101
Binary1101000110110011100001110110110100011001110111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>