#685CC8

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

Shades of Slate Blue #685CC8

Tints of Slate Blue #685CC8

Color information

#685CC8 (or 0x685CC8) is unknown color: approx Slate Blue. HEX triplet: 68, 5C and C8. RGB value is (104,92,200). Sum of RGB (Red+Green+Blue) = 104+92+200=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #685CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CC8 is #97A337. Grayscale: #6B6B6B. Windows color (decimal): -9937720 or 13130856. OLE color: 13130856.

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

Color convert

RGB10492200-
CMYK0.480.5400.22
HSL246.67º49.54%57.25%-
HSV(B)246.67º54%78.43%-
XYZ19.9614.7756.44-
YUV107.9179.98125.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 200 (78.52% from 255) = 50.51%
R=26.26%
G=23.23%
B=50.51%

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
Decimal104922000.480.5400.22246.6749.5457.25
Hex685CC83036016f73239
Octal15013431060660263676271
Binary110100010111001100100011000011011001011011110111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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