Html Css Color HEX #686BDB Slate Blue

📋 copy color: '#686BDB'

red 104 ◦ green 107 ◦ blue 219

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

Shades of Slate Blue #686BDB

Tints of Slate Blue #686BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.88%

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

R = 24.19%
G = 24.88%
B = 50.93%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#686BDB (or 0x686BDB) is known color: Slate Blue. HEX triplet: 68, 6B and DB. RGB value is (104,107,219). Sum of RGB (Red+Green+Blue) = 104+107+219=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #686BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BDB is #979424. Grayscale: #767676. Windows color (decimal): -9933861 or 14379880. OLE color: 14379880.

HSL color Cylindrical-coordinate representation of color #686BDB: hue angle of 238.43º 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 #686BDB is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 107 219 -
CMYK 0.53 0.51 0 0.14
HSL 238.43º 0.61% 0.63% -
HSV(B) 238.43º 0.53% 0.86% -
XYZ 23.75 18.57 69.35 -
YUV 118.87 184.51 117.39 -
System Red Green Blue C M Y K H S L
Decimal 104 107 219 0.53 0.51 0 0.14 238.43 0.61 0.63
Hex 68 6B DB 35 33 0 E EE 3D 3F
Octal 150 153 333 65 63 0 16 356 75 77
Binary 1101000 1101011 11011011 110101 110011 0 1110 11101110 111101 111111

Color Harmonies of #686BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BDB

Black with #686BDB

Text Example


Text Example

White with #686BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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