Html Css Color HEX #686FD9 Slate Blue

📋 copy color: '#686FD9'

red 104 ◦ green 111 ◦ blue 217

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

Shades of Slate Blue #686FD9

Tints of Slate Blue #686FD9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

 BLUE value IS 217 (85.16% from 255) = 50.23%

R = 24.07%
G = 25.69%
B = 50.23%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#686FD9 (or 0x686FD9) is known color: Slate Blue. HEX triplet: 68, 6F and D9. RGB value is (104,111,217). Sum of RGB (Red+Green+Blue) = 104+111+217=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #686FD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FD9 is #979026. Grayscale: #787878. Windows color (decimal): -9932839 or 14249832. OLE color: 14249832.

HSL color Cylindrical-coordinate representation of color #686FD9: hue angle of 236.28º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #686FD9 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 111 217 -
CMYK 0.52 0.49 0 0.15
HSL 236.28º 0.6% 0.63% -
HSV(B) 236.28º 0.52% 0.85% -
XYZ 23.92 19.32 68.11 -
YUV 120.99 182.18 115.88 -
System Red Green Blue C M Y K H S L
Decimal 104 111 217 0.52 0.49 0 0.15 236.28 0.6 0.63
Hex 68 6F D9 34 31 0 F EC 3C 3F
Octal 150 157 331 64 61 0 17 354 74 77
Binary 1101000 1101111 11011001 110100 110001 0 1111 11101100 111100 111111

Color Harmonies of #686FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686FD9

Black with #686FD9

Text Example


Text Example

White with #686FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,111,217); }

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

background-color css

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

 a { background-color: rgb(104,111,217); }

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

border-color css

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

 span { border-color: rgb(104,111,217); }

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