Html Css Color HEX #686BD8 Slate Blue

📋 copy color: '#686BD8'

red 104 ◦ green 107 ◦ blue 216

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

Shades of Slate Blue #686BD8

Tints of Slate Blue #686BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.59%

R = 24.36%
G = 25.06%
B = 50.59%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#686BD8 (or 0x686BD8) is known color: Slate Blue. HEX triplet: 68, 6B and D8. RGB value is (104,107,216). Sum of RGB (Red+Green+Blue) = 104+107+216=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #686BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BD8 is #979427. Grayscale: #767676. Windows color (decimal): -9933864 or 14183272. OLE color: 14183272.

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

Color convert

RGB 104 107 216 -
CMYK 0.52 0.50 0 0.15
HSL 238.39º 0.59% 0.63% -
HSV(B) 238.39º 0.52% 0.85% -
XYZ 23.36 18.42 67.29 -
YUV 118.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 104 107 216 0.52 0.50 0 0.15 238.39 0.59 0.63
Hex 68 6B D8 34 32 0 F EE 3B 3F
Octal 150 153 330 64 62 0 17 356 73 77
Binary 1101000 1101011 11011000 110100 110010 0 1111 11101110 111011 111111

Color Harmonies of #686BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BD8

Black with #686BD8

Text Example


Text Example

White with #686BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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