#685DCD

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

Shades of Slate Blue #685DCD

Tints of Slate Blue #685DCD

Color information

#685DCD (or 0x685DCD) is unknown color: approx Slate Blue. HEX triplet: 68, 5D and CD. RGB value is (104,93,205). Sum of RGB (Red+Green+Blue) = 104+93+205=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #685DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DCD is #97A232. Grayscale: #6C6C6C. Windows color (decimal): -9937459 or 13458792. OLE color: 13458792.

HSL color Cylindrical-coordinate representation of color #685DCD: hue angle of 245.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685DCD is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10493205-
CMYK0.490.5500.20
HSL245.89º52.83%58.43%-
HSV(B)245.89º54.63%80.39%-
XYZ20.6415.1859.6-
YUV109.06182.14124.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=25.87%
G=23.13%
B=51.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal104932050.490.5500.20245.8952.8358.43
Hex685DCD3137014f6353a
Octal15013531561670243666572
Binary110100010111011100110111000111011101010011110110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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