#686CDD

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

Shades of Slate Blue #686CDD

Tints of Slate Blue #686CDD

Color information

#686CDD (or 0x686CDD) is unknown color: approx Slate Blue. HEX triplet: 68, 6C and DD. RGB value is (104,108,221). Sum of RGB (Red+Green+Blue) = 104+108+221=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #686CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CDD is #979322. Grayscale: #777777. Windows color (decimal): -9933603 or 14511208. OLE color: 14511208.

HSL color Cylindrical-coordinate representation of color #686CDD: hue angle of 237.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686CDD is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104108221-
CMYK0.530.5100.13
HSL237.95º63.24%63.73%-
HSV(B)237.95º52.94%86.67%-
XYZ24.1218.8970.78-
YUV119.69185.17116.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.02%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=24.02%
G=24.94%
B=51.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041082210.530.5100.13237.9563.2463.73
Hex686CDD35330Dee3f40
Octal150154335656301535677100
Binary110100011011001101110111010111001101101111011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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