#685CBF

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

Shades of Slate Blue #685CBF

Tints of Slate Blue #685CBF

Color information

#685CBF (or 0x685CBF) is unknown color: approx Slate Blue. HEX triplet: 68, 5C and BF. RGB value is (104,92,191). Sum of RGB (Red+Green+Blue) = 104+92+191=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #685CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CBF is #97A340. Grayscale: #6A6A6A. Windows color (decimal): -9937729 or 12541032. OLE color: 12541032.

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

Color convert

RGB10492191-
CMYK0.460.5200.25
HSL247.27º43.61%55.49%-
HSV(B)247.27º51.83%74.9%-
XYZ18.9414.3651.06-
YUV106.87175.48125.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 191 (75% from 255) = 49.35%
R=26.87%
G=23.77%
B=49.35%

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
Decimal104921910.460.5200.25247.2743.6155.49
Hex685CBF2E34019f72c37
Octal15013427756640313675467
Binary110100010111001011111110111011010001100111110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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