#685DDC

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

Shades of Slate Blue #685DDC

Tints of Slate Blue #685DDC

Color information

#685DDC (or 0x685DDC) is unknown color: approx Slate Blue. HEX triplet: 68, 5D and DC. RGB value is (104,93,220). Sum of RGB (Red+Green+Blue) = 104+93+220=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #685DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DDC is #97A223. Grayscale: #6E6E6E. Windows color (decimal): -9937444 or 14441832. OLE color: 14441832.

HSL color Cylindrical-coordinate representation of color #685DDC: hue angle of 245.2º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #685DDC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10493220-
CMYK0.530.5800.14
HSL245.2º64.47%61.37%-
HSV(B)245.2º57.73%86.27%-
XYZ22.5415.9469.6-
YUV110.77189.64123.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.94%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 220 (86.33% from 255) = 52.76%
R=24.94%
G=22.30%
B=52.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104932200.530.5800.14245.264.4761.37
Hex685DDC353A0Ef5403d
Octal150135334657201636510075
Binary110100010111011101110011010111101001110111101011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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