Html Css Color HEX #686BD7 Slate Blue

📋 copy color: '#686BD7'

red 104 ◦ green 107 ◦ blue 215

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

Shades of Slate Blue #686BD7

Tints of Slate Blue #686BD7

RGB

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

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

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

R = 24.41%
G = 25.12%
B = 50.47%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#686BD7 (or 0x686BD7) is known color: Slate Blue. HEX triplet: 68, 6B and D7. RGB value is (104,107,215). Sum of RGB (Red+Green+Blue) = 104+107+215=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #686BD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BD7 is #979428. Grayscale: #757575. Windows color (decimal): -9933865 or 14117736. OLE color: 14117736.

HSL color Cylindrical-coordinate representation of color #686BD7: hue angle of 238.38º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #686BD7 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 107 215 -
CMYK 0.52 0.50 0 0.16
HSL 238.38º 0.58% 0.63% -
HSV(B) 238.38º 0.52% 0.84% -
XYZ 23.23 18.36 66.61 -
YUV 118.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 104 107 215 0.52 0.50 0 0.16 238.38 0.58 0.63
Hex 68 6B D7 34 32 0 10 EE 3A 3F
Octal 150 153 327 64 62 0 20 356 72 77
Binary 1101000 1101011 11010111 110100 110010 0 10000 11101110 111010 111111

Color Harmonies of #686BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BD7

Black with #686BD7

Text Example


Text Example

White with #686BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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