#685BC8

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

Shades of Slate Blue #685BC8

Tints of Slate Blue #685BC8

Color information

#685BC8 (or 0x685BC8) is unknown color: approx Slate Blue. HEX triplet: 68, 5B and C8. RGB value is (104,91,200). Sum of RGB (Red+Green+Blue) = 104+91+200=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #685BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BC8 is #97A437. Grayscale: #6A6A6A. Windows color (decimal): -9937976 or 13130600. OLE color: 13130600.

HSL color Cylindrical-coordinate representation of color #685BC8: hue angle of 247.16º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685BC8 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10491200-
CMYK0.480.5400.22
HSL247.16º49.77%57.06%-
HSV(B)247.16º54.5%78.43%-
XYZ19.8814.656.41-
YUV107.31180.31125.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.33%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=26.33%
G=23.04%
B=50.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal104912000.480.5400.22247.1649.7757.06
Hex685BC83036016f73239
Octal15013331060660263676271
Binary110100010110111100100011000011011001011011110111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,200); }

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

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

 a { background-color: rgb(104,91,200); }

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

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

 span { border-color: rgb(104,91,200); }

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