#685BDD

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

Shades of Slate Blue #685BDD

Tints of Slate Blue #685BDD

Color information

#685BDD (or 0x685BDD) is unknown color: approx Slate Blue. HEX triplet: 68, 5B and DD. RGB value is (104,91,221). Sum of RGB (Red+Green+Blue) = 104+91+221=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #685BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BDD is #97A422. Grayscale: #6D6D6D. Windows color (decimal): -9937955 or 14506856. OLE color: 14506856.

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

Color convert

RGB10491221-
CMYK0.530.5900.13
HSL246º65.66%61.18%-
HSV(B)246º58.82%86.67%-
XYZ22.515.6570.24-
YUV109.71190.81123.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=25%
G=21.88%
B=53.12%

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
Decimal104912210.530.5900.1324665.6661.18
Hex685BDD353B0Df6423d
Octal150133335657301536610275
Binary110100010110111101110111010111101101101111101101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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