#686BCA

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

Shades of Slate Blue #686BCA

Tints of Slate Blue #686BCA

Color information

#686BCA (or 0x686BCA) is unknown color: approx Slate Blue. HEX triplet: 68, 6B and CA. RGB value is (104,107,202). Sum of RGB (Red+Green+Blue) = 104+107+202=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #686BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BCA is #979435. Grayscale: #747474. Windows color (decimal): -9933878 or 13265768. OLE color: 13265768.

HSL color Cylindrical-coordinate representation of color #686BCA: hue angle of 238.16º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686BCA is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB104107202-
CMYK0.490.4700.21
HSL238.16º48.04%60%-
HSV(B)238.16º48.51%79.22%-
XYZ21.6317.7258.16-
YUV116.93176.01118.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=25.18%
G=25.91%
B=48.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041072020.490.4700.21238.1648.0460
Hex686BCA312F015ee303c
Octal15015331261570253566074
Binary110100011010111100101011000110111101010111101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,107,202); }

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

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

 a { background-color: rgb(104,107,202); }

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

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

 span { border-color: rgb(104,107,202); }

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