#685DDD

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

Shades of Slate Blue #685DDD

Tints of Slate Blue #685DDD

Color information

#685DDD (or 0x685DDD) is unknown color: approx Slate Blue. HEX triplet: 68, 5D and DD. RGB value is (104,93,221). Sum of RGB (Red+Green+Blue) = 104+93+221=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #685DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DDD is #97A222. Grayscale: #6E6E6E. Windows color (decimal): -9937443 or 14507368. OLE color: 14507368.

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

Color convert

RGB10493221-
CMYK0.530.5800.13
HSL245.16º65.31%61.57%-
HSV(B)245.16º57.92%86.67%-
XYZ22.6715.9970.3-
YUV110.88190.14123.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 93 (36.72% from 255) = 22.25%
BLUE value IS 221 (86.72% from 255) = 52.87%
R=24.88%
G=22.25%
B=52.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104932210.530.5800.13245.1665.3161.57
Hex685DDD353A0Df5413e
Octal150135335657201536510176
Binary110100010111011101110111010111101001101111101011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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