#684CE5

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

Shades of Slate Blue #684CE5

Tints of Slate Blue #684CE5

Color information

#684CE5 (or 0x684CE5) is unknown color: approx Slate Blue. HEX triplet: 68, 4C and E5. RGB value is (104,76,229). Sum of RGB (Red+Green+Blue) = 104+76+229=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #684CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CE5 is #97B31A. Grayscale: #656565. Windows color (decimal): -9941787 or 15027304. OLE color: 15027304.

HSL color Cylindrical-coordinate representation of color #684CE5: hue angle of 250.98º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #684CE5 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10476229-
CMYK0.550.6700.10
HSL250.98º74.63%59.8%-
HSV(B)250.98º66.81%89.8%-
XYZ22.4413.7775.6-
YUV101.81199.78129.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 76 (30.08% from 255) = 18.58%
BLUE value IS 229 (89.84% from 255) = 55.99%
R=25.43%
G=18.58%
B=55.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal104762290.550.6700.10250.9874.6359.8
Hex684CE537430Afb4b3c
Octal1501143456710301237311374
Binary1101000100110011100101110111100001101010111110111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,76,229); }

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

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

 a { background-color: rgb(104,76,229); }

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

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

 span { border-color: rgb(104,76,229); }

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