Html Css Color HEX #684CDF Slate Blue

📋 copy color: '#684CDF'

red 104 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #684CDF

Tints of Slate Blue #684CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.86%

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

R = 25.81%
G = 18.86%
B = 55.33%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#684CDF (or 0x684CDF) is known color: Slate Blue. HEX triplet: 68, 4C and DF. RGB value is (104,76,223). Sum of RGB (Red+Green+Blue) = 104+76+223=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #684CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CDF is #97B320. Grayscale: #646464. Windows color (decimal): -9941793 or 14634088. OLE color: 14634088.

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

Color convert

RGB 104 76 223 -
CMYK 0.53 0.66 0 0.13
HSL 251.43º 0.7% 0.59% -
HSV(B) 251.43º 0.66% 0.87% -
XYZ 21.61 13.44 71.27 -
YUV 101.13 196.78 130.05 -
System Red Green Blue C M Y K H S L
Decimal 104 76 223 0.53 0.66 0 0.13 251.43 0.7 0.59
Hex 68 4C DF 35 42 0 D FB 46 3B
Octal 150 114 337 65 102 0 15 373 106 73
Binary 1101000 1001100 11011111 110101 1000010 0 1101 11111011 1000110 111011

Color Harmonies of #684CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CDF

Black with #684CDF

Text Example


Text Example

White with #684CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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