#685FDE

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

Shades of Slate Blue #685FDE

Tints of Slate Blue #685FDE

Color information

#685FDE (or 0x685FDE) is unknown color: approx Slate Blue. HEX triplet: 68, 5F and DE. RGB value is (104,95,222). Sum of RGB (Red+Green+Blue) = 104+95+222=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #685FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FDE is #97A021. Grayscale: #6F6F6F. Windows color (decimal): -9936930 or 14573416. OLE color: 14573416.

HSL color Cylindrical-coordinate representation of color #685FDE: hue angle of 244.25º degrees, saturation: 0.66, 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 #685FDE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10495222-
CMYK0.530.5700.13
HSL244.25º65.8%62.16%-
HSV(B)244.25º57.21%87.06%-
XYZ22.9916.471.06-
YUV112.17189.98122.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 222 (87.11% from 255) = 52.73%
R=24.70%
G=22.57%
B=52.73%

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
Decimal104952220.530.5700.13244.2565.862.16
Hex685FDE35390Df4423e
Octal150137336657101536410276
Binary110100010111111101111011010111100101101111101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,222); }

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

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

 a { background-color: rgb(104,95,222); }

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

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

 span { border-color: rgb(104,95,222); }

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