Html Css Color HEX #684EDC Slate Blue

📋 copy color: '#684EDC'

red 104 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #684EDC

Tints of Slate Blue #684EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.4%

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 25.87%
G = 19.4%
B = 54.73%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#684EDC (or 0x684EDC) is known color: Slate Blue. HEX triplet: 68, 4E and DC. RGB value is (104,78,220). Sum of RGB (Red+Green+Blue) = 104+78+220=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #684EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684EDC is #97B123. Grayscale: #656565. Windows color (decimal): -9941284 or 14437992. OLE color: 14437992.

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

Color convert

RGB 104 78 220 -
CMYK 0.53 0.65 0 0.14
HSL 250.99º 0.67% 0.58% -
HSV(B) 250.99º 0.65% 0.86% -
XYZ 21.35 13.56 69.2 -
YUV 101.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 104 78 220 0.53 0.65 0 0.14 250.99 0.67 0.58
Hex 68 4E DC 35 41 0 E FB 43 3A
Octal 150 116 334 65 101 0 16 373 103 72
Binary 1101000 1001110 11011100 110101 1000001 0 1110 11111011 1000011 111010

Color Harmonies of #684EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684EDC

Black with #684EDC

Text Example


Text Example

White with #684EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,78,220); }

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

background-color css

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

 a { background-color: rgb(104,78,220); }

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

border-color css

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

 span { border-color: rgb(104,78,220); }

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