Html Css Color HEX #685ED7 Slate Blue

📋 copy color: '#685ED7'

red 104 ◦ green 94 ◦ blue 215

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

Shades of Slate Blue #685ED7

Tints of Slate Blue #685ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.06%

R = 25.18%
G = 22.76%
B = 52.06%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#685ED7 (or 0x685ED7) is known color: Slate Blue. HEX triplet: 68, 5E and D7. RGB value is (104,94,215). Sum of RGB (Red+Green+Blue) = 104+94+215=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #685ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ED7 is #97A128. Grayscale: #6E6E6E. Windows color (decimal): -9937193 or 14114408. OLE color: 14114408.

HSL color Cylindrical-coordinate representation of color #685ED7: hue angle of 244.96º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685ED7 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 94 215 -
CMYK 0.52 0.56 0 0.16
HSL 244.96º 0.6% 0.61% -
HSV(B) 244.96º 0.56% 0.84% -
XYZ 21.98 15.85 66.19 -
YUV 110.78 186.81 123.16 -
System Red Green Blue C M Y K H S L
Decimal 104 94 215 0.52 0.56 0 0.16 244.96 0.6 0.61
Hex 68 5E D7 34 38 0 10 F5 3C 3D
Octal 150 136 327 64 70 0 20 365 74 75
Binary 1101000 1011110 11010111 110100 111000 0 10000 11110101 111100 111101

Color Harmonies of #685ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685ED7

Black with #685ED7

Text Example


Text Example

White with #685ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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