Html Css Color HEX #684DE0 Slate Blue

📋 copy color: '#684DE0'

red 104 ◦ green 77 ◦ blue 224

#684DE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #684DE0

Tints of Slate Blue #684DE0

RGB

 RED value IS 104 (41.02% from 255) = 25.68%

 GREEN value IS 77 (30.47% from 255) = 19.01%

 BLUE value IS 224 (87.89% from 255) = 55.31%

R = 25.68%
G = 19.01%
B = 55.31%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#684DE0 (or 0x684DE0) is known color: Slate Blue. HEX triplet: 68, 4D and E0. RGB value is (104,77,224). Sum of RGB (Red+Green+Blue) = 104+77+224=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #684DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DE0 is #97B21F. Grayscale: #656565. Windows color (decimal): -9941536 or 14699880. OLE color: 14699880.

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

Color convert

RGB 104 77 224 -
CMYK 0.54 0.66 0 0.12
HSL 251.02º 0.7% 0.59% -
HSV(B) 251.02º 0.66% 0.88% -
XYZ 21.82 13.63 72 -
YUV 101.83 196.95 129.55 -
System Red Green Blue C M Y K H S L
Decimal 104 77 224 0.54 0.66 0 0.12 251.02 0.7 0.59
Hex 68 4D E0 36 42 0 C FB 46 3B
Octal 150 115 340 66 102 0 14 373 106 73
Binary 1101000 1001101 11100000 110110 1000010 0 1100 11111011 1000110 111011

Color Harmonies of #684DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684DE0

Black with #684DE0

Text Example


Text Example

White with #684DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #684DE0;
 }
 .AnyTagClassName
 {
   color: #684DE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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