Html Css Color HEX #686AD0 Slate Blue

📋 copy color: '#686AD0'

red 104 ◦ green 106 ◦ blue 208

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

Shades of Slate Blue #686AD0

Tints of Slate Blue #686AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.36%

 BLUE value IS 208 (81.64% from 255) = 49.76%

R = 24.88%
G = 25.36%
B = 49.76%

CMYK

 C value IS 0.5

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#686AD0 (or 0x686AD0) is known color: Slate Blue. HEX triplet: 68, 6A and D0. RGB value is (104,106,208). Sum of RGB (Red+Green+Blue) = 104+106+208=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #686AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AD0 is #97952F. Grayscale: #747474. Windows color (decimal): -9934128 or 13658728. OLE color: 13658728.

HSL color Cylindrical-coordinate representation of color #686AD0: hue angle of 238.85º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686AD0 is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 106 208 -
CMYK 0.5 0.49 0 0.18
HSL 238.85º 0.53% 0.61% -
HSV(B) 238.85º 0.5% 0.82% -
XYZ 22.25 17.81 61.94 -
YUV 117.03 179.34 118.71 -
System Red Green Blue C M Y K H S L
Decimal 104 106 208 0.5 0.49 0 0.18 238.85 0.53 0.61
Hex 68 6A D0 32 31 0 12 EF 35 3D
Octal 150 152 320 62 61 0 22 357 65 75
Binary 1101000 1101010 11010000 110010 110001 0 10010 11101111 110101 111101

Color Harmonies of #686AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AD0

Black with #686AD0

Text Example


Text Example

White with #686AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,106,208); }

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

background-color css

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

 a { background-color: rgb(104,106,208); }

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

border-color css

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

 span { border-color: rgb(104,106,208); }

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