#686DCD

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

Shades of Slate Blue #686DCD

Tints of Slate Blue #686DCD

Color information

#686DCD (or 0x686DCD) is unknown color: approx Slate Blue. HEX triplet: 68, 6D and CD. RGB value is (104,109,205). Sum of RGB (Red+Green+Blue) = 104+109+205=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #686DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DCD is #979232. Grayscale: #767676. Windows color (decimal): -9933363 or 13462888. OLE color: 13462888.

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

Color convert

RGB104109205-
CMYK0.490.4700.20
HSL237.03º50.25%60.59%-
HSV(B)237.03º49.27%80.39%-
XYZ22.218.2960.12-
YUV118.45176.84117.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=24.88%
G=26.08%
B=49.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041092050.490.4700.20237.0350.2560.59
Hex686DCD312F014ed323d
Octal15015531561570243556275
Binary110100011011011100110111000110111101010011101101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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