#684ADF

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

Shades of Slate Blue #684ADF

Tints of Slate Blue #684ADF

Color information

#684ADF (or 0x684ADF) is unknown color: approx Slate Blue. HEX triplet: 68, 4A and DF. RGB value is (104,74,223). Sum of RGB (Red+Green+Blue) = 104+74+223=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #684ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684ADF is #97B520. Grayscale: #636363. Windows color (decimal): -9942305 or 14633576. OLE color: 14633576.

HSL color Cylindrical-coordinate representation of color #684ADF: hue angle of 252.08º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #684ADF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10474223-
CMYK0.530.6700.13
HSL252.08º69.95%58.24%-
HSV(B)252.08º66.82%87.45%-
XYZ21.4813.1771.22-
YUV99.96197.44130.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.94%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 223 (87.5% from 255) = 55.61%
R=25.94%
G=18.45%
B=55.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104742230.530.6700.13252.0869.9558.24
Hex684ADF35430Dfc463a
Octal1501123376510301537410672
Binary1101000100101011011111110101100001101101111111001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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