Html Css Color HEX #686BDC Slate Blue

📋 copy color: '#686BDC'

red 104 ◦ green 107 ◦ blue 220

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

Shades of Slate Blue #686BDC

Tints of Slate Blue #686BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 24.13%
G = 24.83%
B = 51.04%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#686BDC (or 0x686BDC) is known color: Slate Blue. HEX triplet: 68, 6B and DC. RGB value is (104,107,220). Sum of RGB (Red+Green+Blue) = 104+107+220=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #686BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BDC is #979423. Grayscale: #767676. Windows color (decimal): -9933860 or 14445416. OLE color: 14445416.

HSL color Cylindrical-coordinate representation of color #686BDC: hue angle of 238.45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686BDC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 107 220 -
CMYK 0.53 0.51 0 0.14
HSL 238.45º 0.62% 0.64% -
HSV(B) 238.45º 0.53% 0.86% -
XYZ 23.88 18.63 70.05 -
YUV 118.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 104 107 220 0.53 0.51 0 0.14 238.45 0.62 0.64
Hex 68 6B DC 35 33 0 E EE 3E 40
Octal 150 153 334 65 63 0 16 356 76 100
Binary 1101000 1101011 11011100 110101 110011 0 1110 11101110 111110 1000000

Color Harmonies of #686BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BDC

Black with #686BDC

Text Example


Text Example

White with #686BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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