Html Css Color HEX #685EEA Medium Slate Blue

📋 copy color: '#685EEA'

red 104 ◦ green 94 ◦ blue 234

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

Shades of Medium Slate Blue #685EEA

Tints of Medium Slate Blue #685EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.76%

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

R = 24.07%
G = 21.76%
B = 54.17%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#685EEA (or 0x685EEA) is known color: Medium Slate Blue. HEX triplet: 68, 5E and EA. RGB value is (104,94,234). Sum of RGB (Red+Green+Blue) = 104+94+234=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #685EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685EEA is #97A115. Grayscale: #707070. Windows color (decimal): -9937174 or 15359592. OLE color: 15359592.

HSL color Cylindrical-coordinate representation of color #685EEA: hue angle of 244.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #685EEA is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 94 234 -
CMYK 0.56 0.60 0 0.08
HSL 244.29º 0.77% 0.64% -
HSV(B) 244.29º 0.6% 0.92% -
XYZ 24.56 16.89 79.81 -
YUV 112.95 196.31 121.62 -
System Red Green Blue C M Y K H S L
Decimal 104 94 234 0.56 0.60 0 0.08 244.29 0.77 0.64
Hex 68 5E EA 38 3C 0 8 F4 4D 40
Octal 150 136 352 70 74 0 10 364 115 100
Binary 1101000 1011110 11101010 111000 111100 0 1000 11110100 1001101 1000000

Color Harmonies of #685EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685EEA

Black with #685EEA

Text Example


Text Example

White with #685EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685EEA; }

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

 H1.HeaderClassName
 {
   color: #685EEA;
 }
 .AnyTagClassName
 {
   color: #685EEA;
 }
</style>

background-color css

<style>
 a { background-color: #685EEA; }

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

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

border-color css

<style>
 span { border-color: #685EEA; }

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

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