#686DD0

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

Shades of Slate Blue #686DD0

Tints of Slate Blue #686DD0

Color information

#686DD0 (or 0x686DD0) is unknown color: approx Slate Blue. HEX triplet: 68, 6D and D0. RGB value is (104,109,208). Sum of RGB (Red+Green+Blue) = 104+109+208=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #686DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DD0 is #97922F. Grayscale: #767676. Windows color (decimal): -9933360 or 13659496. OLE color: 13659496.

HSL color Cylindrical-coordinate representation of color #686DD0: hue angle of 237.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686DD0 is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104109208-
CMYK0.50.4800.18
HSL237.12º52.53%61.18%-
HSV(B)237.12º50%81.57%-
XYZ22.5618.4362.04-
YUV118.79178.34117.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 208 (81.64% from 255) = 49.41%
R=24.70%
G=25.89%
B=49.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041092080.50.4800.18237.1252.5361.18
Hex686DD03230012ed353d
Octal15015532062600223556575
Binary110100011011011101000011001011000001001011101101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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