#685FD5

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

Shades of Slate Blue #685FD5

Tints of Slate Blue #685FD5

Color information

#685FD5 (or 0x685FD5) is unknown color: approx Slate Blue. HEX triplet: 68, 5F and D5. RGB value is (104,95,213). Sum of RGB (Red+Green+Blue) = 104+95+213=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #685FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FD5 is #97A02A. Grayscale: #6E6E6E. Windows color (decimal): -9936939 or 13983592. OLE color: 13983592.

HSL color Cylindrical-coordinate representation of color #685FD5: hue angle of 244.58º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685FD5 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10495213-
CMYK0.510.5500.16
HSL244.58º58.42%60.39%-
HSV(B)244.58º55.4%83.53%-
XYZ21.8115.9364.88-
YUV111.14185.48122.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.24%
GREEN value IS 95 (37.5% from 255) = 23.06%
BLUE value IS 213 (83.59% from 255) = 51.70%
R=25.24%
G=23.06%
B=51.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal104952130.510.5500.16244.5858.4260.39
Hex685FD53337010f53a3c
Octal15013732563670203657274
Binary110100010111111101010111001111011101000011110101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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