#686BD8

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

Shades of Slate Blue #686BD8

Tints of Slate Blue #686BD8

Color information

#686BD8 (or 0x686BD8) is unknown color: approx Slate Blue. HEX triplet: 68, 6B and D8. RGB value is (104,107,216). Sum of RGB (Red+Green+Blue) = 104+107+216=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #686BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BD8 is #979427. Grayscale: #767676. Windows color (decimal): -9933864 or 14183272. OLE color: 14183272.

HSL color Cylindrical-coordinate representation of color #686BD8: hue angle of 238.39º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #686BD8 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104107216-
CMYK0.520.5000.15
HSL238.39º58.95%62.75%-
HSV(B)238.39º51.85%84.71%-
XYZ23.3618.4267.29-
YUV118.53183.01117.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.36%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 216 (84.77% from 255) = 50.59%
R=24.36%
G=25.06%
B=50.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041072160.520.5000.15238.3958.9562.75
Hex686BD834320Fee3b3f
Octal15015333064620173567377
Binary11010001101011110110001101001100100111111101110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,107,216); }

 H1.HeaderClassName
 {
   color: #686BD8;
 }
 .AnyTagClassName
 {
   color: #686BD8;
 }
</style>
background-color css

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

 a { background-color: rgb(104,107,216); }

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

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

 span { border-color: rgb(104,107,216); }

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