Html Css Color HEX #685FEA Medium Slate Blue

📋 copy color: '#685FEA'

red 104 ◦ green 95 ◦ blue 234

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

Shades of Medium Slate Blue #685FEA

Tints of Medium Slate Blue #685FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.94%

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

R = 24.02%
G = 21.94%
B = 54.04%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#685FEA (or 0x685FEA) is known color: Medium Slate Blue. HEX triplet: 68, 5F and EA. RGB value is (104,95,234). Sum of RGB (Red+Green+Blue) = 104+95+234=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #685FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685FEA is #97A015. Grayscale: #707070. Windows color (decimal): -9936918 or 15359848. OLE color: 15359848.

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

Color convert

RGB 104 95 234 -
CMYK 0.56 0.59 0 0.08
HSL 243.88º 0.77% 0.65% -
HSV(B) 243.88º 0.59% 0.92% -
XYZ 24.65 17.07 79.84 -
YUV 113.54 195.98 121.2 -
System Red Green Blue C M Y K H S L
Decimal 104 95 234 0.56 0.59 0 0.08 243.88 0.77 0.65
Hex 68 5F EA 38 3B 0 8 F4 4D 41
Octal 150 137 352 70 73 0 10 364 115 101
Binary 1101000 1011111 11101010 111000 111011 0 1000 11110100 1001101 1000001

Color Harmonies of #685FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FEA

Black with #685FEA

Text Example


Text Example

White with #685FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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