#684AD2

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

Shades of Slate Blue #684AD2

Tints of Slate Blue #684AD2

Color information

#684AD2 (or 0x684AD2) is unknown color: approx Slate Blue. HEX triplet: 68, 4A and D2. RGB value is (104,74,210). Sum of RGB (Red+Green+Blue) = 104+74+210=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #684AD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684AD2 is #97B52D. Grayscale: #616161. Windows color (decimal): -9942318 or 13781608. OLE color: 13781608.

HSL color Cylindrical-coordinate representation of color #684AD2: hue angle of 253.24º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684AD2 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10474210-
CMYK0.500.6500.18
HSL253.24º60.18%55.69%-
HSV(B)253.24º64.76%82.35%-
XYZ19.7912.4962.34-
YUV98.47190.94131.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 210 (82.42% from 255) = 54.12%
R=26.80%
G=19.07%
B=54.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104742100.500.6500.18253.2460.1855.69
Hex684AD23241012fd3c38
Octal150112322621010223757470
Binary1101000100101011010010110010100000101001011111101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,74,210); }

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

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

 a { background-color: rgb(104,74,210); }

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

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

 span { border-color: rgb(104,74,210); }

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