#686EDA

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

Shades of Slate Blue #686EDA

Tints of Slate Blue #686EDA

Color information

#686EDA (or 0x686EDA) is unknown color: approx Slate Blue. HEX triplet: 68, 6E and DA. RGB value is (104,110,218). Sum of RGB (Red+Green+Blue) = 104+110+218=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #686EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EDA is #979125. Grayscale: #787878. Windows color (decimal): -9933094 or 14315112. OLE color: 14315112.

HSL color Cylindrical-coordinate representation of color #686EDA: hue angle of 236.84º degrees, saturation: 0.61, 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 #686EDA is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104110218-
CMYK0.520.5000.15
HSL236.84º60.64%63.14%-
HSV(B)236.84º52.29%85.49%-
XYZ23.9419.1668.77-
YUV120.52183.01116.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.07%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 218 (85.55% from 255) = 50.46%
R=24.07%
G=25.46%
B=50.46%

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
Decimal1041102180.520.5000.15236.8460.6463.14
Hex686EDA34320Fed3d3f
Octal15015633264620173557577
Binary11010001101110110110101101001100100111111101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,110,218); }

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

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

 a { background-color: rgb(104,110,218); }

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

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

 span { border-color: rgb(104,110,218); }

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