Html Css Color HEX #686AEA Medium Slate Blue

📋 copy color: '#686AEA'

red 104 ◦ green 106 ◦ blue 234

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

Shades of Medium Slate Blue #686AEA

Tints of Medium Slate Blue #686AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 23.42%
G = 23.87%
B = 52.7%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#686AEA (or 0x686AEA) is known color: Medium Slate Blue. HEX triplet: 68, 6A and EA. RGB value is (104,106,234). Sum of RGB (Red+Green+Blue) = 104+106+234=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #686AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AEA is #979515. Grayscale: #777777. Windows color (decimal): -9934102 or 15362664. OLE color: 15362664.

HSL color Cylindrical-coordinate representation of color #686AEA: hue angle of 239.08º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #686AEA is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 106 234 -
CMYK 0.56 0.55 0 0.08
HSL 239.08º 0.76% 0.66% -
HSV(B) 239.08º 0.56% 0.92% -
XYZ 25.71 19.19 80.19 -
YUV 119.99 192.34 116.59 -
System Red Green Blue C M Y K H S L
Decimal 104 106 234 0.56 0.55 0 0.08 239.08 0.76 0.66
Hex 68 6A EA 38 37 0 8 EF 4C 42
Octal 150 152 352 70 67 0 10 357 114 102
Binary 1101000 1101010 11101010 111000 110111 0 1000 11101111 1001100 1000010

Color Harmonies of #686AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AEA

Black with #686AEA

Text Example


Text Example

White with #686AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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