Html Css Color HEX #686ACC Slate Blue

📋 copy color: '#686ACC'

red 104 ◦ green 106 ◦ blue 204

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

Shades of Slate Blue #686ACC

Tints of Slate Blue #686ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 25.12%
G = 25.6%
B = 49.28%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#686ACC (or 0x686ACC) is known color: Slate Blue. HEX triplet: 68, 6A and CC. RGB value is (104,106,204). Sum of RGB (Red+Green+Blue) = 104+106+204=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #686ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ACC is #979533. Grayscale: #747474. Windows color (decimal): -9934132 or 13396584. OLE color: 13396584.

HSL color Cylindrical-coordinate representation of color #686ACC: hue angle of 238.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686ACC is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 106 204 -
CMYK 0.49 0.48 0 0.2
HSL 238.8º 0.5% 0.6% -
HSV(B) 238.8º 0.49% 0.8% -
XYZ 21.76 17.61 59.38 -
YUV 116.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 104 106 204 0.49 0.48 0 0.2 238.8 0.5 0.6
Hex 68 6A CC 31 30 0 14 EF 32 3C
Octal 150 152 314 61 60 0 24 357 62 74
Binary 1101000 1101010 11001100 110001 110000 0 10100 11101111 110010 111100

Color Harmonies of #686ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686ACC

Black with #686ACC

Text Example


Text Example

White with #686ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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