Html Css Color HEX #684ADF Slate Blue

📋 copy color: '#684ADF'

red 104 ◦ green 74 ◦ blue 223

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

Shades of Slate Blue #684ADF

Tints of Slate Blue #684ADF

RGB

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

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

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

R = 25.94%
G = 18.45%
B = 55.61%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#684ADF (or 0x684ADF) is known color: Slate Blue. HEX triplet: 68, 4A and DF. RGB value is (104,74,223). Sum of RGB (Red+Green+Blue) = 104+74+223=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #684ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684ADF is #97B520. Grayscale: #636363. Windows color (decimal): -9942305 or 14633576. OLE color: 14633576.

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

Color convert

RGB 104 74 223 -
CMYK 0.53 0.67 0 0.13
HSL 252.08º 0.7% 0.58% -
HSV(B) 252.08º 0.67% 0.87% -
XYZ 21.48 13.17 71.22 -
YUV 99.96 197.44 130.88 -
System Red Green Blue C M Y K H S L
Decimal 104 74 223 0.53 0.67 0 0.13 252.08 0.7 0.58
Hex 68 4A DF 35 43 0 D FC 46 3A
Octal 150 112 337 65 103 0 15 374 106 72
Binary 1101000 1001010 11011111 110101 1000011 0 1101 11111100 1000110 111010

Color Harmonies of #684ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684ADF

Black with #684ADF

Text Example


Text Example

White with #684ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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