Html Css Color HEX #686EDD Slate Blue

📋 copy color: '#686EDD'

red 104 ◦ green 110 ◦ blue 221

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

Shades of Slate Blue #686EDD

Tints of Slate Blue #686EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.29%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 23.91%
G = 25.29%
B = 50.8%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#686EDD (or 0x686EDD) is known color: Slate Blue. HEX triplet: 68, 6E and DD. RGB value is (104,110,221). Sum of RGB (Red+Green+Blue) = 104+110+221=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #686EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EDD is #979122. Grayscale: #787878. Windows color (decimal): -9933091 or 14511720. OLE color: 14511720.

HSL color Cylindrical-coordinate representation of color #686EDD: hue angle of 236.92º degrees, saturation: 0.63, 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 #686EDD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 110 221 -
CMYK 0.53 0.50 0 0.13
HSL 236.92º 0.63% 0.64% -
HSV(B) 236.92º 0.53% 0.87% -
XYZ 24.34 19.32 70.85 -
YUV 120.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 104 110 221 0.53 0.50 0 0.13 236.92 0.63 0.64
Hex 68 6E DD 35 32 0 D ED 3F 40
Octal 150 156 335 65 62 0 15 355 77 100
Binary 1101000 1101110 11011101 110101 110010 0 1101 11101101 111111 1000000

Color Harmonies of #686EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EDD

Black with #686EDD

Text Example


Text Example

White with #686EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,110,221); }

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

background-color css

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

 a { background-color: rgb(104,110,221); }

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

border-color css

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

 span { border-color: rgb(104,110,221); }

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