Html Css Color HEX #685CE7 Medium Slate Blue

📋 copy color: '#685CE7'

red 104 ◦ green 92 ◦ blue 231

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

Shades of Medium Slate Blue #685CE7

Tints of Medium Slate Blue #685CE7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.55%

 BLUE value IS 231 (90.63% from 255) = 54.1%

R = 24.36%
G = 21.55%
B = 54.1%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#685CE7 (or 0x685CE7) is known color: Medium Slate Blue. HEX triplet: 68, 5C and E7. RGB value is (104,92,231). Sum of RGB (Red+Green+Blue) = 104+92+231=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #685CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685CE7 is #97A318. Grayscale: #6E6E6E. Windows color (decimal): -9937689 or 15162472. OLE color: 15162472.

HSL color Cylindrical-coordinate representation of color #685CE7: hue angle of 245.18º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #685CE7 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 92 231 -
CMYK 0.55 0.60 0 0.09
HSL 245.18º 0.74% 0.63% -
HSV(B) 245.18º 0.6% 0.91% -
XYZ 23.96 16.37 77.5 -
YUV 111.43 195.48 122.7 -
System Red Green Blue C M Y K H S L
Decimal 104 92 231 0.55 0.60 0 0.09 245.18 0.74 0.63
Hex 68 5C E7 37 3C 0 9 F5 4A 3F
Octal 150 134 347 67 74 0 11 365 112 77
Binary 1101000 1011100 11100111 110111 111100 0 1001 11110101 1001010 111111

Color Harmonies of #685CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CE7

Black with #685CE7

Text Example


Text Example

White with #685CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,92,231); }

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

background-color css

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

 a { background-color: rgb(104,92,231); }

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

border-color css

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

 span { border-color: rgb(104,92,231); }

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