Html Css Color HEX #686EDB Slate Blue

📋 copy color: '#686EDB'

red 104 ◦ green 110 ◦ blue 219

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

Shades of Slate Blue #686EDB

Tints of Slate Blue #686EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.4%

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 24.02%
G = 25.4%
B = 50.58%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#686EDB (or 0x686EDB) is known color: Slate Blue. HEX triplet: 68, 6E and DB. RGB value is (104,110,219). Sum of RGB (Red+Green+Blue) = 104+110+219=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #686EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EDB is #979124. Grayscale: #787878. Windows color (decimal): -9933093 or 14380648. OLE color: 14380648.

HSL color Cylindrical-coordinate representation of color #686EDB: hue angle of 236.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686EDB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 110 219 -
CMYK 0.53 0.50 0 0.14
HSL 236.87º 0.61% 0.63% -
HSV(B) 236.87º 0.53% 0.86% -
XYZ 24.07 19.21 69.46 -
YUV 120.63 183.51 116.14 -
System Red Green Blue C M Y K H S L
Decimal 104 110 219 0.53 0.50 0 0.14 236.87 0.61 0.63
Hex 68 6E DB 35 32 0 E ED 3D 3F
Octal 150 156 333 65 62 0 16 355 75 77
Binary 1101000 1101110 11011011 110101 110010 0 1110 11101101 111101 111111

Color Harmonies of #686EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EDB

Black with #686EDB

Text Example


Text Example

White with #686EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686EDB; }

 p { color: rgb(104,110,219); }

 H1.HeaderClassName
 {
   color: #686EDB;
 }
 .AnyTagClassName
 {
   color: #686EDB;
 }
</style>

background-color css

<style>
 a { background-color: #686EDB; }

 a { background-color: rgb(104,110,219); }

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

border-color css

<style>
 span { border-color: #686EDB; }

 span { border-color: rgb(104,110,219); }

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