#686DDB

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

Shades of Slate Blue #686DDB

Tints of Slate Blue #686DDB

Color information

#686DDB (or 0x686DDB) is unknown color: approx Slate Blue. HEX triplet: 68, 6D and DB. RGB value is (104,109,219). Sum of RGB (Red+Green+Blue) = 104+109+219=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #686DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DDB is #979224. Grayscale: #777777. Windows color (decimal): -9933349 or 14380392. OLE color: 14380392.

HSL color Cylindrical-coordinate representation of color #686DDB: hue angle of 237.39º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686DDB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104109219-
CMYK0.530.5000.14
HSL237.39º61.5%63.33%-
HSV(B)237.39º52.51%85.88%-
XYZ23.9618.9969.42-
YUV120.04183.84116.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.07%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 219 (85.94% from 255) = 50.69%
R=24.07%
G=25.23%
B=50.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041092190.530.5000.14237.3961.563.33
Hex686DDB35320Eed3d3f
Octal15015533365620163557577
Binary11010001101101110110111101011100100111011101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,109,219); }

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

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

 a { background-color: rgb(104,109,219); }

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

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

 span { border-color: rgb(104,109,219); }

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