Html Css Color HEX #685ED8 Slate Blue

📋 copy color: '#685ED8'

red 104 ◦ green 94 ◦ blue 216

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

Shades of Slate Blue #685ED8

Tints of Slate Blue #685ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.17%

R = 25.12%
G = 22.71%
B = 52.17%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#685ED8 (or 0x685ED8) is known color: Slate Blue. HEX triplet: 68, 5E and D8. RGB value is (104,94,216). Sum of RGB (Red+Green+Blue) = 104+94+216=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #685ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ED8 is #97A127. Grayscale: #6E6E6E. Windows color (decimal): -9937192 or 14179944. OLE color: 14179944.

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

Color convert

RGB 104 94 216 -
CMYK 0.52 0.56 0 0.15
HSL 244.92º 0.61% 0.61% -
HSV(B) 244.92º 0.56% 0.85% -
XYZ 22.11 15.91 66.87 -
YUV 110.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 104 94 216 0.52 0.56 0 0.15 244.92 0.61 0.61
Hex 68 5E D8 34 38 0 F F5 3D 3D
Octal 150 136 330 64 70 0 17 365 75 75
Binary 1101000 1011110 11011000 110100 111000 0 1111 11110101 111101 111101

Color Harmonies of #685ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685ED8

Black with #685ED8

Text Example


Text Example

White with #685ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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