Html Css Color HEX #685AF3 Medium Slate Blue

📋 copy color: '#685AF3'

red 104 ◦ green 90 ◦ blue 243

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

Shades of Medium Slate Blue #685AF3

Tints of Medium Slate Blue #685AF3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.59%

 BLUE value IS 243 (95.31% from 255) = 55.61%

R = 23.8%
G = 20.59%
B = 55.61%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#685AF3 (or 0x685AF3) is known color: Medium Slate Blue. HEX triplet: 68, 5A and F3. RGB value is (104,90,243). Sum of RGB (Red+Green+Blue) = 104+90+243=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #685AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685AF3 is #97A50C. Grayscale: #6F6F6F. Windows color (decimal): -9938189 or 15948392. OLE color: 15948392.

HSL color Cylindrical-coordinate representation of color #685AF3: hue angle of 245.49º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #685AF3 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 90 243 -
CMYK 0.57 0.63 0 0.05
HSL 245.49º 0.86% 0.65% -
HSV(B) 245.49º 0.63% 0.95% -
XYZ 25.54 16.73 86.68 -
YUV 111.63 202.14 122.56 -
System Red Green Blue C M Y K H S L
Decimal 104 90 243 0.57 0.63 0 0.05 245.49 0.86 0.65
Hex 68 5A F3 39 3F 0 5 F5 56 41
Octal 150 132 363 71 77 0 5 365 126 101
Binary 1101000 1011010 11110011 111001 111111 0 101 11110101 1010110 1000001

Color Harmonies of #685AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685AF3

Black with #685AF3

Text Example


Text Example

White with #685AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,90,243); }

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

background-color css

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

 a { background-color: rgb(104,90,243); }

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

border-color css

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

 span { border-color: rgb(104,90,243); }

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