Html Css Color HEX #686CD1 Slate Blue

📋 copy color: '#686CD1'

red 104 ◦ green 108 ◦ blue 209

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

Shades of Slate Blue #686CD1

Tints of Slate Blue #686CD1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

 BLUE value IS 209 (82.03% from 255) = 49.64%

R = 24.7%
G = 25.65%
B = 49.64%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#686CD1 (or 0x686CD1) is known color: Slate Blue. HEX triplet: 68, 6C and D1. RGB value is (104,108,209). Sum of RGB (Red+Green+Blue) = 104+108+209=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #686CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CD1 is #97932E. Grayscale: #757575. Windows color (decimal): -9933615 or 13724776. OLE color: 13724776.

HSL color Cylindrical-coordinate representation of color #686CD1: hue angle of 237.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686CD1 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 108 209 -
CMYK 0.50 0.48 0 0.18
HSL 237.71º 0.53% 0.61% -
HSV(B) 237.71º 0.5% 0.82% -
XYZ 22.58 18.27 62.66 -
YUV 118.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 104 108 209 0.50 0.48 0 0.18 237.71 0.53 0.61
Hex 68 6C D1 32 30 0 12 EE 35 3D
Octal 150 154 321 62 60 0 22 356 65 75
Binary 1101000 1101100 11010001 110010 110000 0 10010 11101110 110101 111101

Color Harmonies of #686CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686CD1

Black with #686CD1

Text Example


Text Example

White with #686CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,108,209); }

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

background-color css

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

 a { background-color: rgb(104,108,209); }

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

border-color css

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

 span { border-color: rgb(104,108,209); }

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