Html Css Color HEX #684AD6 Slate Blue

📋 copy color: '#684AD6'

red 104 ◦ green 74 ◦ blue 214

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

Shades of Slate Blue #684AD6

Tints of Slate Blue #684AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.88%

 BLUE value IS 214 (83.98% from 255) = 54.59%

R = 26.53%
G = 18.88%
B = 54.59%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#684AD6 (or 0x684AD6) is known color: Slate Blue. HEX triplet: 68, 4A and D6. RGB value is (104,74,214). Sum of RGB (Red+Green+Blue) = 104+74+214=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 214 (83.98% from 255 or 54.59% from 392); Max value from RGB is 214 - color contains mainly: blue. Hex color #684AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684AD6 is #97B529. Grayscale: #626262. Windows color (decimal): -9942314 or 14043752. OLE color: 14043752.

HSL color Cylindrical-coordinate representation of color #684AD6: hue angle of 252.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684AD6 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 74 214 -
CMYK 0.51 0.65 0 0.16
HSL 252.86º 0.63% 0.56% -
HSV(B) 252.86º 0.65% 0.84% -
XYZ 20.3 12.7 65 -
YUV 98.93 192.94 131.62 -
System Red Green Blue C M Y K H S L
Decimal 104 74 214 0.51 0.65 0 0.16 252.86 0.63 0.56
Hex 68 4A D6 33 41 0 10 FD 3F 38
Octal 150 112 326 63 101 0 20 375 77 70
Binary 1101000 1001010 11010110 110011 1000001 0 10000 11111101 111111 111000

Color Harmonies of #684AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684AD6

Black with #684AD6

Text Example


Text Example

White with #684AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,74,214); }

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

background-color css

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

 a { background-color: rgb(104,74,214); }

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

border-color css

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

 span { border-color: rgb(104,74,214); }

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