#685BE1

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

Shades of Slate Blue #685BE1

Tints of Slate Blue #685BE1

Color information

#685BE1 (or 0x685BE1) is unknown color: approx Slate Blue. HEX triplet: 68, 5B and E1. RGB value is (104,91,225). Sum of RGB (Red+Green+Blue) = 104+91+225=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #685BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BE1 is #97A41E. Grayscale: #6D6D6D. Windows color (decimal): -9937951 or 14769000. OLE color: 14769000.

HSL color Cylindrical-coordinate representation of color #685BE1: hue angle of 245.82º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #685BE1 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10491225-
CMYK0.540.6000.12
HSL245.82º69.07%61.96%-
HSV(B)245.82º59.56%88.24%-
XYZ23.0415.8673.08-
YUV110.16192.81123.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.76%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 225 (88.28% from 255) = 53.57%
R=24.76%
G=21.67%
B=53.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal104912250.540.6000.12245.8269.0761.96
Hex685BE1363C0Cf6453e
Octal150133341667401436610576
Binary110100010110111110000111011011110001100111101101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,225); }

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

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

 a { background-color: rgb(104,91,225); }

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

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

 span { border-color: rgb(104,91,225); }

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