#684AE1

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

Shades of Slate Blue #684AE1

Tints of Slate Blue #684AE1

Color information

#684AE1 (or 0x684AE1) is unknown color: approx Slate Blue. HEX triplet: 68, 4A and E1. RGB value is (104,74,225). Sum of RGB (Red+Green+Blue) = 104+74+225=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #684AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684AE1 is #97B51E. Grayscale: #636363. Windows color (decimal): -9942303 or 14764648. OLE color: 14764648.

HSL color Cylindrical-coordinate representation of color #684AE1: hue angle of 251.92º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #684AE1 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10474225-
CMYK0.540.6700.12
HSL251.92º71.56%58.63%-
HSV(B)251.92º67.11%88.24%-
XYZ21.7513.2872.65-
YUV100.18198.44130.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.81%
GREEN value IS 74 (29.30% from 255) = 18.36%
BLUE value IS 225 (88.28% from 255) = 55.83%
R=25.81%
G=18.36%
B=55.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal104742250.540.6700.12251.9271.5658.63
Hex684AE136430Cfc483b
Octal1501123416610301437411073
Binary1101000100101011100001110110100001101100111111001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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