Html Css Color HEX #684ADE Slate Blue

📋 copy color: '#684ADE'

red 104 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #684ADE

Tints of Slate Blue #684ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 26%
G = 18.5%
B = 55.5%

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

#684ADE (or 0x684ADE) is known color: Slate Blue. HEX triplet: 68, 4A and DE. RGB value is (104,74,222). Sum of RGB (Red+Green+Blue) = 104+74+222=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #684ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684ADE is #97B521. Grayscale: #636363. Windows color (decimal): -9942306 or 14568040. OLE color: 14568040.

HSL color Cylindrical-coordinate representation of color #684ADE: hue angle of 252.16º degrees, saturation: 0.69, 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 #684ADE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 74 222 -
CMYK 0.53 0.67 0 0.13
HSL 252.16º 0.69% 0.58% -
HSV(B) 252.16º 0.67% 0.87% -
XYZ 21.34 13.11 70.51 -
YUV 99.84 196.94 130.97 -
System Red Green Blue C M Y K H S L
Decimal 104 74 222 0.53 0.67 0 0.13 252.16 0.69 0.58
Hex 68 4A DE 35 43 0 D FC 45 3A
Octal 150 112 336 65 103 0 15 374 105 72
Binary 1101000 1001010 11011110 110101 1000011 0 1101 11111100 1000101 111010

Color Harmonies of #684ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684ADE

Black with #684ADE

Text Example


Text Example

White with #684ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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