#685DBF

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

Shades of Slate Blue #685DBF

Tints of Slate Blue #685DBF

Color information

#685DBF (or 0x685DBF) is unknown color: approx Slate Blue. HEX triplet: 68, 5D and BF. RGB value is (104,93,191). Sum of RGB (Red+Green+Blue) = 104+93+191=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #685DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DBF is #97A240. Grayscale: #6B6B6B. Windows color (decimal): -9937473 or 12541288. OLE color: 12541288.

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

Color convert

RGB10493191-
CMYK0.460.5100.25
HSL246.73º43.36%55.69%-
HSV(B)246.73º51.31%74.9%-
XYZ19.0314.5351.09-
YUV107.46175.14125.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 191 (75% from 255) = 49.23%
R=26.80%
G=23.97%
B=49.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104931910.460.5100.25246.7343.3655.69
Hex685DBF2E33019f72b38
Octal15013527756630313675370
Binary110100010111011011111110111011001101100111110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,93,191); }

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

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

 a { background-color: rgb(104,93,191); }

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

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

 span { border-color: rgb(104,93,191); }

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