#684ED5

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

Shades of Slate Blue #684ED5

Tints of Slate Blue #684ED5

Color information

#684ED5 (or 0x684ED5) is unknown color: approx Slate Blue. HEX triplet: 68, 4E and D5. RGB value is (104,78,213). Sum of RGB (Red+Green+Blue) = 104+78+213=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #684ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684ED5 is #97B12A. Grayscale: #646464. Windows color (decimal): -9941291 or 13979240. OLE color: 13979240.

HSL color Cylindrical-coordinate representation of color #684ED5: hue angle of 251.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #684ED5 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10478213-
CMYK0.510.6300.16
HSL251.56º61.64%57.06%-
HSV(B)251.56º63.38%83.53%-
XYZ20.4413.264.42-
YUV101.16191.11130.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.33%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 213 (83.59% from 255) = 53.92%
R=26.33%
G=19.75%
B=53.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal104782130.510.6300.16251.5661.6457.06
Hex684ED5333F010fc3e39
Octal15011632563770203747671
Binary110100010011101101010111001111111101000011111100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684ED5; }

 p { color: rgb(104,78,213); }

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

<style>
 a { background-color: #684ED5; }

 a { background-color: rgb(104,78,213); }

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

<style>
 span { border-color: #684ED5; }

 span { border-color: rgb(104,78,213); }

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