Html Css Color HEX #686ADE Slate Blue

📋 copy color: '#686ADE'

red 104 ◦ green 106 ◦ blue 222

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

Shades of Slate Blue #686ADE

Tints of Slate Blue #686ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

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

R = 24.07%
G = 24.54%
B = 51.39%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#686ADE (or 0x686ADE) is known color: Slate Blue. HEX triplet: 68, 6A and DE. RGB value is (104,106,222). Sum of RGB (Red+Green+Blue) = 104+106+222=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #686ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ADE is #979521. Grayscale: #767676. Windows color (decimal): -9934114 or 14576232. OLE color: 14576232.

HSL color Cylindrical-coordinate representation of color #686ADE: hue angle of 238.98º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686ADE is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 106 222 -
CMYK 0.53 0.52 0 0.13
HSL 238.98º 0.64% 0.64% -
HSV(B) 238.98º 0.53% 0.87% -
XYZ 24.05 18.53 71.42 -
YUV 118.63 186.34 117.57 -
System Red Green Blue C M Y K H S L
Decimal 104 106 222 0.53 0.52 0 0.13 238.98 0.64 0.64
Hex 68 6A DE 35 34 0 D EF 40 40
Octal 150 152 336 65 64 0 15 357 100 100
Binary 1101000 1101010 11011110 110101 110100 0 1101 11101111 1000000 1000000

Color Harmonies of #686ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686ADE

Black with #686ADE

Text Example


Text Example

White with #686ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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