Html Css Color HEX #684EC5 Slate Blue

📋 copy color: '#684EC5'

red 104 ◦ green 78 ◦ blue 197

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

Shades of Slate Blue #684EC5

Tints of Slate Blue #684EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.98%

R = 27.44%
G = 20.58%
B = 51.98%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#684EC5 (or 0x684EC5) is known color: Slate Blue. HEX triplet: 68, 4E and C5. RGB value is (104,78,197). Sum of RGB (Red+Green+Blue) = 104+78+197=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #684EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684EC5 is #97B13A. Grayscale: #626262. Windows color (decimal): -9941307 or 12930664. OLE color: 12930664.

HSL color Cylindrical-coordinate representation of color #684EC5: hue angle of 253.11º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #684EC5 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 78 197 -
CMYK 0.47 0.60 0 0.23
HSL 253.11º 0.51% 0.54% -
HSV(B) 253.11º 0.6% 0.77% -
XYZ 18.51 12.42 54.25 -
YUV 99.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 104 78 197 0.47 0.60 0 0.23 253.11 0.51 0.54
Hex 68 4E C5 2F 3C 0 17 FD 33 36
Octal 150 116 305 57 74 0 27 375 63 66
Binary 1101000 1001110 11000101 101111 111100 0 10111 11111101 110011 110110

Color Harmonies of #684EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684EC5

Black with #684EC5

Text Example


Text Example

White with #684EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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