Html Css Color HEX #684DDD Slate Blue

📋 copy color: '#684DDD'

red 104 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #684DDD

Tints of Slate Blue #684DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.15%

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 25.87%
G = 19.15%
B = 54.98%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#684DDD (or 0x684DDD) is known color: Slate Blue. HEX triplet: 68, 4D and DD. RGB value is (104,77,221). Sum of RGB (Red+Green+Blue) = 104+77+221=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #684DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DDD is #97B222. Grayscale: #646464. Windows color (decimal): -9941539 or 14503272. OLE color: 14503272.

HSL color Cylindrical-coordinate representation of color #684DDD: hue angle of 251.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684DDD is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 77 221 -
CMYK 0.53 0.65 0 0.13
HSL 251.25º 0.68% 0.58% -
HSV(B) 251.25º 0.65% 0.87% -
XYZ 21.41 13.47 69.88 -
YUV 101.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 104 77 221 0.53 0.65 0 0.13 251.25 0.68 0.58
Hex 68 4D DD 35 41 0 D FB 44 3A
Octal 150 115 335 65 101 0 15 373 104 72
Binary 1101000 1001101 11011101 110101 1000001 0 1101 11111011 1000100 111010

Color Harmonies of #684DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684DDD

Black with #684DDD

Text Example


Text Example

White with #684DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,77,221); }

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

background-color css

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

 a { background-color: rgb(104,77,221); }

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

border-color css

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

 span { border-color: rgb(104,77,221); }

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