Html Css Color HEX #685DDF Slate Blue

📋 copy color: '#685DDF'

red 104 ◦ green 93 ◦ blue 223

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

Shades of Slate Blue #685DDF

Tints of Slate Blue #685DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 24.76%
G = 22.14%
B = 53.1%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#685DDF (or 0x685DDF) is known color: Slate Blue. HEX triplet: 68, 5D and DF. RGB value is (104,93,223). Sum of RGB (Red+Green+Blue) = 104+93+223=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #685DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DDF is #97A220. Grayscale: #6E6E6E. Windows color (decimal): -9937441 or 14638440. OLE color: 14638440.

HSL color Cylindrical-coordinate representation of color #685DDF: hue angle of 245.08º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #685DDF is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 93 223 -
CMYK 0.53 0.58 0 0.13
HSL 245.08º 0.67% 0.62% -
HSV(B) 245.08º 0.58% 0.87% -
XYZ 22.94 16.1 71.71 -
YUV 111.11 191.14 122.93 -
System Red Green Blue C M Y K H S L
Decimal 104 93 223 0.53 0.58 0 0.13 245.08 0.67 0.62
Hex 68 5D DF 35 3A 0 D F5 43 3E
Octal 150 135 337 65 72 0 15 365 103 76
Binary 1101000 1011101 11011111 110101 111010 0 1101 11110101 1000011 111110

Color Harmonies of #685DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DDF

Black with #685DDF

Text Example


Text Example

White with #685DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,93,223); }

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

background-color css

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

 a { background-color: rgb(104,93,223); }

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

border-color css

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

 span { border-color: rgb(104,93,223); }

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