#685EDD

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

Shades of Slate Blue #685EDD

Tints of Slate Blue #685EDD

Color information

#685EDD (or 0x685EDD) is unknown color: approx Slate Blue. HEX triplet: 68, 5E and DD. RGB value is (104,94,221). Sum of RGB (Red+Green+Blue) = 104+94+221=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #685EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685EDD is #97A122. Grayscale: #6E6E6E. Windows color (decimal): -9937187 or 14507624. OLE color: 14507624.

HSL color Cylindrical-coordinate representation of color #685EDD: hue angle of 244.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #685EDD is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10494221-
CMYK0.530.5700.13
HSL244.72º65.13%61.76%-
HSV(B)244.72º57.47%86.67%-
XYZ22.7616.1770.33-
YUV111.47189.81122.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.82%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=24.82%
G=22.43%
B=52.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104942210.530.5700.13244.7265.1361.76
Hex685EDD35390Df5413e
Octal150136335657101536510176
Binary110100010111101101110111010111100101101111101011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685EDD; }

 p { color: rgb(104,94,221); }

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

<style>
 a { background-color: #685EDD; }

 a { background-color: rgb(104,94,221); }

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

<style>
 span { border-color: #685EDD; }

 span { border-color: rgb(104,94,221); }

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