#684DCA

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

Shades of Slate Blue #684DCA

Tints of Slate Blue #684DCA

Color information

#684DCA (or 0x684DCA) is unknown color: approx Slate Blue. HEX triplet: 68, 4D and CA. RGB value is (104,77,202). Sum of RGB (Red+Green+Blue) = 104+77+202=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #684DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DCA is #97B235. Grayscale: #626262. Windows color (decimal): -9941558 or 13258088. OLE color: 13258088.

HSL color Cylindrical-coordinate representation of color #684DCA: hue angle of 252.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #684DCA is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10477202-
CMYK0.490.6200.21
HSL252.96º54.11%54.71%-
HSV(B)252.96º61.88%79.22%-
XYZ19.0212.5257.29-
YUV99.32185.95131.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=27.15%
G=20.10%
B=52.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104772020.490.6200.21252.9654.1154.71
Hex684DCA313E015fd3637
Octal15011531261760253756667
Binary110100010011011100101011000111111001010111111101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,77,202); }

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

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

 a { background-color: rgb(104,77,202); }

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

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

 span { border-color: rgb(104,77,202); }

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