#685CC9

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

Shades of Slate Blue #685CC9

Tints of Slate Blue #685CC9

Color information

#685CC9 (or 0x685CC9) is unknown color: approx Slate Blue. HEX triplet: 68, 5C and C9. RGB value is (104,92,201). Sum of RGB (Red+Green+Blue) = 104+92+201=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #685CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CC9 is #97A336. Grayscale: #6B6B6B. Windows color (decimal): -9937719 or 13196392. OLE color: 13196392.

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

Color convert

RGB10492201-
CMYK0.480.5400.21
HSL246.61º50.23%57.45%-
HSV(B)246.61º54.23%78.82%-
XYZ20.0814.8157.06-
YUV108.01180.48125.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 201 (78.91% from 255) = 50.63%
R=26.20%
G=23.17%
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.21
SystemRedGreenBlueCMYKHSL
Decimal104922010.480.5400.21246.6150.2357.45
Hex685CC93036015f73239
Octal15013431160660253676271
Binary110100010111001100100111000011011001010111110111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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