Html Css Color HEX #686BDE Slate Blue

📋 copy color: '#686BDE'

red 104 ◦ green 107 ◦ blue 222

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

Shades of Slate Blue #686BDE

Tints of Slate Blue #686BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.27%

R = 24.02%
G = 24.71%
B = 51.27%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#686BDE (or 0x686BDE) is known color: Slate Blue. HEX triplet: 68, 6B and DE. RGB value is (104,107,222). Sum of RGB (Red+Green+Blue) = 104+107+222=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #686BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BDE is #979421. Grayscale: #767676. Windows color (decimal): -9933858 or 14576488. OLE color: 14576488.

HSL color Cylindrical-coordinate representation of color #686BDE: hue angle of 238.47º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686BDE is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 107 222 -
CMYK 0.53 0.52 0 0.13
HSL 238.47º 0.64% 0.64% -
HSV(B) 238.47º 0.53% 0.87% -
XYZ 24.15 18.73 71.45 -
YUV 119.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 104 107 222 0.53 0.52 0 0.13 238.47 0.64 0.64
Hex 68 6B DE 35 34 0 D EE 40 40
Octal 150 153 336 65 64 0 15 356 100 100
Binary 1101000 1101011 11011110 110101 110100 0 1101 11101110 1000000 1000000

Color Harmonies of #686BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BDE

Black with #686BDE

Text Example


Text Example

White with #686BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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