Html Css Color HEX #684EDA Slate Blue

📋 copy color: '#684EDA'

red 104 ◦ green 78 ◦ blue 218

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

Shades of Slate Blue #684EDA

Tints of Slate Blue #684EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.5%

R = 26%
G = 19.5%
B = 54.5%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#684EDA (or 0x684EDA) is known color: Slate Blue. HEX triplet: 68, 4E and DA. RGB value is (104,78,218). Sum of RGB (Red+Green+Blue) = 104+78+218=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #684EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684EDA is #97B125. Grayscale: #656565. Windows color (decimal): -9941286 or 14306920. OLE color: 14306920.

HSL color Cylindrical-coordinate representation of color #684EDA: hue angle of 251.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684EDA is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 78 218 -
CMYK 0.52 0.64 0 0.15
HSL 251.14º 0.65% 0.58% -
HSV(B) 251.14º 0.64% 0.85% -
XYZ 21.09 13.45 67.82 -
YUV 101.73 193.61 129.62 -
System Red Green Blue C M Y K H S L
Decimal 104 78 218 0.52 0.64 0 0.15 251.14 0.65 0.58
Hex 68 4E DA 34 40 0 F FB 41 3A
Octal 150 116 332 64 100 0 17 373 101 72
Binary 1101000 1001110 11011010 110100 1000000 0 1111 11111011 1000001 111010

Color Harmonies of #684EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684EDA

Black with #684EDA

Text Example


Text Example

White with #684EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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