#685CC0

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

Shades of Slate Blue #685CC0

Tints of Slate Blue #685CC0

Color information

#685CC0 (or 0x685CC0) is unknown color: approx Slate Blue. HEX triplet: 68, 5C and C0. RGB value is (104,92,192). Sum of RGB (Red+Green+Blue) = 104+92+192=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #685CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CC0 is #97A33F. Grayscale: #6A6A6A. Windows color (decimal): -9937728 or 12606568. OLE color: 12606568.

HSL color Cylindrical-coordinate representation of color #685CC0: hue angle of 247.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #685CC0 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10492192-
CMYK0.460.5200.25
HSL247.2º44.25%55.69%-
HSV(B)247.2º52.08%75.29%-
XYZ19.0514.451.65-
YUV106.99175.98125.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=26.80%
G=23.71%
B=49.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104921920.460.5200.25247.244.2555.69
Hex685CC02E34019f72c38
Octal15013430056640313675470
Binary110100010111001100000010111011010001100111110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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