Html Css Color HEX #686BD6 Slate Blue

📋 copy color: '#686BD6'

red 104 ◦ green 107 ◦ blue 214

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

Shades of Slate Blue #686BD6

Tints of Slate Blue #686BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 24.47%
G = 25.18%
B = 50.35%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#686BD6 (or 0x686BD6) is known color: Slate Blue. HEX triplet: 68, 6B and D6. RGB value is (104,107,214). Sum of RGB (Red+Green+Blue) = 104+107+214=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #686BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BD6 is #979429. Grayscale: #757575. Windows color (decimal): -9933866 or 14052200. OLE color: 14052200.

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

Color convert

RGB 104 107 214 -
CMYK 0.51 0.50 0 0.16
HSL 238.36º 0.57% 0.62% -
HSV(B) 238.36º 0.51% 0.84% -
XYZ 23.1 18.31 65.94 -
YUV 118.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 104 107 214 0.51 0.50 0 0.16 238.36 0.57 0.62
Hex 68 6B D6 33 32 0 10 EE 39 3E
Octal 150 153 326 63 62 0 20 356 71 76
Binary 1101000 1101011 11010110 110011 110010 0 10000 11101110 111001 111110

Color Harmonies of #686BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BD6

Black with #686BD6

Text Example


Text Example

White with #686BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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