#685BDF

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

Shades of Slate Blue #685BDF

Tints of Slate Blue #685BDF

Color information

#685BDF (or 0x685BDF) is unknown color: approx Slate Blue. HEX triplet: 68, 5B and DF. RGB value is (104,91,223). Sum of RGB (Red+Green+Blue) = 104+91+223=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #685BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BDF is #97A420. Grayscale: #6D6D6D. Windows color (decimal): -9937953 or 14637928. OLE color: 14637928.

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

Color convert

RGB10491223-
CMYK0.530.5900.13
HSL245.91º67.35%61.57%-
HSV(B)245.91º59.19%87.45%-
XYZ22.7715.7571.65-
YUV109.93191.81123.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 223 (87.5% from 255) = 53.35%
R=24.88%
G=21.77%
B=53.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104912230.530.5900.13245.9167.3561.57
Hex685BDF353B0Df6433e
Octal150133337657301536610376
Binary110100010110111101111111010111101101101111101101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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