Html Css Color HEX #684AD3 Slate Blue

📋 copy color: '#684AD3'

red 104 ◦ green 74 ◦ blue 211

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

Shades of Slate Blue #684AD3

Tints of Slate Blue #684AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.24%

R = 26.74%
G = 19.02%
B = 54.24%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#684AD3 (or 0x684AD3) is known color: Slate Blue. HEX triplet: 68, 4A and D3. RGB value is (104,74,211). Sum of RGB (Red+Green+Blue) = 104+74+211=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #684AD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684AD3 is #97B52C. Grayscale: #626262. Windows color (decimal): -9942317 or 13847144. OLE color: 13847144.

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

Color convert

RGB 104 74 211 -
CMYK 0.51 0.65 0 0.17
HSL 253.14º 0.61% 0.56% -
HSV(B) 253.14º 0.65% 0.83% -
XYZ 19.92 12.54 63 -
YUV 98.59 191.44 131.86 -
System Red Green Blue C M Y K H S L
Decimal 104 74 211 0.51 0.65 0 0.17 253.14 0.61 0.56
Hex 68 4A D3 33 41 0 11 FD 3D 38
Octal 150 112 323 63 101 0 21 375 75 70
Binary 1101000 1001010 11010011 110011 1000001 0 10001 11111101 111101 111000

Color Harmonies of #684AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684AD3

Black with #684AD3

Text Example


Text Example

White with #684AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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