Html Css Color HEX #686AEE Medium Slate Blue

📋 copy color: '#686AEE'

red 104 ◦ green 106 ◦ blue 238

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

Shades of Medium Slate Blue #686AEE

Tints of Medium Slate Blue #686AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.13%

R = 23.21%
G = 23.66%
B = 53.13%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#686AEE (or 0x686AEE) is known color: Medium Slate Blue. HEX triplet: 68, 6A and EE. RGB value is (104,106,238). Sum of RGB (Red+Green+Blue) = 104+106+238=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #686AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AEE is #979511. Grayscale: #777777. Windows color (decimal): -9934098 or 15624808. OLE color: 15624808.

HSL color Cylindrical-coordinate representation of color #686AEE: hue angle of 239.1º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #686AEE is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 106 238 -
CMYK 0.56 0.55 0 0.07
HSL 239.1º 0.8% 0.67% -
HSV(B) 239.1º 0.56% 0.93% -
XYZ 26.3 19.42 83.25 -
YUV 120.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 104 106 238 0.56 0.55 0 0.07 239.1 0.8 0.67
Hex 68 6A EE 38 37 0 7 EF 50 43
Octal 150 152 356 70 67 0 7 357 120 103
Binary 1101000 1101010 11101110 111000 110111 0 111 11101111 1010000 1000011

Color Harmonies of #686AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AEE

Black with #686AEE

Text Example


Text Example

White with #686AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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