Html Css Color HEX #684DDF Slate Blue

📋 copy color: '#684DDF'

red 104 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #684DDF

Tints of Slate Blue #684DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 25.74%
G = 19.06%
B = 55.2%

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

#684DDF (or 0x684DDF) is known color: Slate Blue. HEX triplet: 68, 4D and DF. RGB value is (104,77,223). Sum of RGB (Red+Green+Blue) = 104+77+223=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #684DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DDF is #97B220. Grayscale: #656565. Windows color (decimal): -9941537 or 14634344. OLE color: 14634344.

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

Color convert

RGB 104 77 223 -
CMYK 0.53 0.65 0 0.13
HSL 251.1º 0.7% 0.59% -
HSV(B) 251.1º 0.65% 0.87% -
XYZ 21.68 13.58 71.29 -
YUV 101.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 104 77 223 0.53 0.65 0 0.13 251.1 0.7 0.59
Hex 68 4D DF 35 41 0 D FB 46 3B
Octal 150 115 337 65 101 0 15 373 106 73
Binary 1101000 1001101 11011111 110101 1000001 0 1101 11111011 1000110 111011

Color Harmonies of #684DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684DDF

Black with #684DDF

Text Example


Text Example

White with #684DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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