Html Css Color HEX #686DCE Slate Blue

📋 copy color: '#686DCE'

red 104 ◦ green 109 ◦ blue 206

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

Shades of Slate Blue #686DCE

Tints of Slate Blue #686DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.01%

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 24.82%
G = 26.01%
B = 49.16%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#686DCE (or 0x686DCE) is known color: Slate Blue. HEX triplet: 68, 6D and CE. RGB value is (104,109,206). Sum of RGB (Red+Green+Blue) = 104+109+206=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #686DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DCE is #979231. Grayscale: #767676. Windows color (decimal): -9933362 or 13528424. OLE color: 13528424.

HSL color Cylindrical-coordinate representation of color #686DCE: hue angle of 237.06º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686DCE is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 109 206 -
CMYK 0.50 0.47 0 0.19
HSL 237.06º 0.51% 0.61% -
HSV(B) 237.06º 0.5% 0.81% -
XYZ 22.32 18.34 60.76 -
YUV 118.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 104 109 206 0.50 0.47 0 0.19 237.06 0.51 0.61
Hex 68 6D CE 32 2F 0 13 ED 33 3D
Octal 150 155 316 62 57 0 23 355 63 75
Binary 1101000 1101101 11001110 110010 101111 0 10011 11101101 110011 111101

Color Harmonies of #686DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686DCE

Black with #686DCE

Text Example


Text Example

White with #686DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,109,206); }

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

background-color css

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

 a { background-color: rgb(104,109,206); }

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

border-color css

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

 span { border-color: rgb(104,109,206); }

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