Html Css Color HEX #684AD2 Slate Blue

📋 copy color: '#684AD2'

red 104 ◦ green 74 ◦ blue 210

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

Shades of Slate Blue #684AD2

Tints of Slate Blue #684AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 54.12%

R = 26.8%
G = 19.07%
B = 54.12%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#684AD2 (or 0x684AD2) is known color: Slate Blue. HEX triplet: 68, 4A and D2. RGB value is (104,74,210). Sum of RGB (Red+Green+Blue) = 104+74+210=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #684AD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684AD2 is #97B52D. Grayscale: #616161. Windows color (decimal): -9942318 or 13781608. OLE color: 13781608.

HSL color Cylindrical-coordinate representation of color #684AD2: hue angle of 253.24º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684AD2 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 74 210 -
CMYK 0.50 0.65 0 0.18
HSL 253.24º 0.6% 0.56% -
HSV(B) 253.24º 0.65% 0.82% -
XYZ 19.79 12.49 62.34 -
YUV 98.47 190.94 131.94 -
System Red Green Blue C M Y K H S L
Decimal 104 74 210 0.50 0.65 0 0.18 253.24 0.6 0.56
Hex 68 4A D2 32 41 0 12 FD 3C 38
Octal 150 112 322 62 101 0 22 375 74 70
Binary 1101000 1001010 11010010 110010 1000001 0 10010 11111101 111100 111000

Color Harmonies of #684AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684AD2

Black with #684AD2

Text Example


Text Example

White with #684AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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