#685ACD

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

Shades of Slate Blue #685ACD

Tints of Slate Blue #685ACD

Color information

#685ACD (or 0x685ACD) is unknown color: approx Slate Blue. HEX triplet: 68, 5A and CD. RGB value is (104,90,205). Sum of RGB (Red+Green+Blue) = 104+90+205=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #685ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ACD is #97A532. Grayscale: #6A6A6A. Windows color (decimal): -9938227 or 13458024. OLE color: 13458024.

HSL color Cylindrical-coordinate representation of color #685ACD: hue angle of 247.3º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685ACD is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10490205-
CMYK0.490.5600.20
HSL247.3º53.49%57.84%-
HSV(B)247.3º56.1%80.39%-
XYZ20.3814.6659.51-
YUV107.3183.14125.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=26.07%
G=22.56%
B=51.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal104902050.490.5600.20247.353.4957.84
Hex685ACD3138014f7353a
Octal15013231561700243676572
Binary110100010110101100110111000111100001010011110111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,90,205); }

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

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

 a { background-color: rgb(104,90,205); }

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

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

 span { border-color: rgb(104,90,205); }

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