Html Css Color HEX #686DD6 Slate Blue

📋 copy color: '#686DD6'

red 104 ◦ green 109 ◦ blue 214

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

Shades of Slate Blue #686DD6

Tints of Slate Blue #686DD6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

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

R = 24.36%
G = 25.53%
B = 50.12%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#686DD6 (or 0x686DD6) is known color: Slate Blue. HEX triplet: 68, 6D and D6. RGB value is (104,109,214). Sum of RGB (Red+Green+Blue) = 104+109+214=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #686DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DD6 is #979229. Grayscale: #777777. Windows color (decimal): -9933354 or 14052712. OLE color: 14052712.

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

Color convert

RGB 104 109 214 -
CMYK 0.51 0.49 0 0.16
HSL 237.27º 0.57% 0.62% -
HSV(B) 237.27º 0.51% 0.84% -
XYZ 23.32 18.74 66.01 -
YUV 119.48 181.34 116.96 -
System Red Green Blue C M Y K H S L
Decimal 104 109 214 0.51 0.49 0 0.16 237.27 0.57 0.62
Hex 68 6D D6 33 31 0 10 ED 39 3E
Octal 150 155 326 63 61 0 20 355 71 76
Binary 1101000 1101101 11010110 110011 110001 0 10000 11101101 111001 111110

Color Harmonies of #686DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686DD6

Black with #686DD6

Text Example


Text Example

White with #686DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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