#686BDB

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

Shades of Slate Blue #686BDB

Tints of Slate Blue #686BDB

Color information

#686BDB (or 0x686BDB) is unknown color: approx Slate Blue. HEX triplet: 68, 6B and DB. RGB value is (104,107,219). Sum of RGB (Red+Green+Blue) = 104+107+219=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #686BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BDB is #979424. Grayscale: #767676. Windows color (decimal): -9933861 or 14379880. OLE color: 14379880.

HSL color Cylindrical-coordinate representation of color #686BDB: hue angle of 238.43º 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 #686BDB is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104107219-
CMYK0.530.5100.14
HSL238.43º61.5%63.33%-
HSV(B)238.43º52.51%85.88%-
XYZ23.7518.5769.35-
YUV118.87184.51117.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.19%
GREEN value IS 107 (42.19% from 255) = 24.88%
BLUE value IS 219 (85.94% from 255) = 50.93%
R=24.19%
G=24.88%
B=50.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041072190.530.5100.14238.4361.563.33
Hex686BDB35330Eee3d3f
Octal15015333365630163567577
Binary11010001101011110110111101011100110111011101110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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